Class: Aws::PartnerCentralSelling::Types::GetProspectingFromEngagementTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetProspectingFromEngagementTaskRequest
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Represents the request structure for retrieving the status and results of a prospecting task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog associated with the task.
-
#task_identifier ⇒ String
The unique identifier of the prospecting task to retrieve.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog associated with the task. Specify AWS for
production environments and Sandbox for testing and development
purposes. The value must match the catalog used when the task was
created.
2731 2732 2733 2734 2735 2736 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2731 class GetProspectingFromEngagementTaskRequest < Struct.new( :catalog, :task_identifier) SENSITIVE = [] include Aws::Structure end |
#task_identifier ⇒ String
The unique identifier of the prospecting task to retrieve. This
value is returned in the TaskId field of the
StartProspectingFromEngagementTask response.
2731 2732 2733 2734 2735 2736 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2731 class GetProspectingFromEngagementTaskRequest < Struct.new( :catalog, :task_identifier) SENSITIVE = [] include Aws::Structure end |