Module: Aws::PartnerCentralSelling::Client::_StartProspectingFromEngagementTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartProspectingFromEngagementTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #identifiers ⇒ ::Array[::String]
- #message ⇒ ::String
- #reason_code ⇒ ::String
- #start_time ⇒ ::Time
- #task_arn ⇒ ::String
- #task_id ⇒ ::String
- #task_name ⇒ ::String
- #task_status ⇒ "PENDING", ...
Instance Method Details
#identifiers ⇒ ::Array[::String]
860 |
# File 'sig/client.rbs', line 860
def identifiers: () -> ::Array[::String]
|
#message ⇒ ::String
862 |
# File 'sig/client.rbs', line 862
def message: () -> ::String
|
#reason_code ⇒ ::String
863 |
# File 'sig/client.rbs', line 863
def reason_code: () -> ::String
|
#start_time ⇒ ::Time
864 |
# File 'sig/client.rbs', line 864
def start_time: () -> ::Time
|
#task_arn ⇒ ::String
866 |
# File 'sig/client.rbs', line 866
def task_arn: () -> ::String
|
#task_id ⇒ ::String
865 |
# File 'sig/client.rbs', line 865
def task_id: () -> ::String
|
#task_name ⇒ ::String
861 |
# File 'sig/client.rbs', line 861
def task_name: () -> ::String
|
#task_status ⇒ "PENDING", ...
867 |
# File 'sig/client.rbs', line 867
def task_status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
|