Module: Aws::PartnerCentralSelling::Client::_GetProspectingFromEngagementTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProspectingFromEngagementTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_time ⇒ ::Time
- #engagements ⇒ ::Array[Types::EngagementProspectingResult]
- #start_time ⇒ ::Time
- #task_arn ⇒ ::String
- #task_id ⇒ ::String
- #task_name ⇒ ::String
Instance Method Details
#end_time ⇒ ::Time
424 |
# File 'sig/client.rbs', line 424
def end_time: () -> ::Time
|
#engagements ⇒ ::Array[Types::EngagementProspectingResult]
425 |
# File 'sig/client.rbs', line 425
def engagements: () -> ::Array[Types::EngagementProspectingResult]
|
#start_time ⇒ ::Time
423 |
# File 'sig/client.rbs', line 423
def start_time: () -> ::Time
|
#task_arn ⇒ ::String
421 |
# File 'sig/client.rbs', line 421
def task_arn: () -> ::String
|
#task_id ⇒ ::String
420 |
# File 'sig/client.rbs', line 420
def task_id: () -> ::String
|
#task_name ⇒ ::String
422 |
# File 'sig/client.rbs', line 422
def task_name: () -> ::String
|