Class: Aws::Types::StartProspectingFromEngagementTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartProspectingFromEngagementTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifiers ⇒ ::Array[::String]
Returns the value of attribute identifiers.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#task_status ⇒ "PENDING", ...
Returns the value of attribute task_status.
Instance Attribute Details
#identifiers ⇒ ::Array[::String]
Returns the value of attribute identifiers.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def identifiers @identifiers end |
#message ⇒ ::String
Returns the value of attribute message.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def @message end |
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def reason_code @reason_code end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def start_time @start_time end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def task_arn @task_arn end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def task_id @task_id end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def task_name @task_name end |
#task_status ⇒ "PENDING", ...
Returns the value of attribute task_status.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def task_status @task_status end |