Class: Aws::Types::StartEngagementFromOpportunityTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartEngagementFromOpportunityTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
-
#engagement_invitation_id ⇒ ::String
Returns the value of attribute engagement_invitation_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#opportunity_id ⇒ ::String
Returns the value of attribute opportunity_id.
-
#reason_code ⇒ "InvitationAccessDenied", ...
Returns the value of attribute reason_code.
-
#resource_snapshot_job_id ⇒ ::String
Returns the value of attribute resource_snapshot_job_id.
-
#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_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
Instance Attribute Details
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def engagement_id @engagement_id end |
#engagement_invitation_id ⇒ ::String
Returns the value of attribute engagement_invitation_id.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def engagement_invitation_id @engagement_invitation_id end |
#message ⇒ ::String
Returns the value of attribute message.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def @message end |
#opportunity_id ⇒ ::String
Returns the value of attribute opportunity_id.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def opportunity_id @opportunity_id end |
#reason_code ⇒ "InvitationAccessDenied", ...
Returns the value of attribute reason_code.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def reason_code @reason_code end |
#resource_snapshot_job_id ⇒ ::String
Returns the value of attribute resource_snapshot_job_id.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def resource_snapshot_job_id @resource_snapshot_job_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def start_time @start_time end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def task_arn @task_arn end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def task_id @task_id end |
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def task_status @task_status end |