Class: Aws::Types::StartOpportunityFromEngagementTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartOpportunityFromEngagementTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_id ⇒ ::String
Returns the value of attribute context_id.
-
#engagement_id ⇒ ::String
Returns the value of attribute engagement_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
#context_id ⇒ ::String
Returns the value of attribute context_id.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def context_id @context_id end |
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def engagement_id @engagement_id end |
#message ⇒ ::String
Returns the value of attribute message.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def @message end |
#opportunity_id ⇒ ::String
Returns the value of attribute opportunity_id.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def opportunity_id @opportunity_id end |
#reason_code ⇒ "InvitationAccessDenied", ...
Returns the value of attribute reason_code.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def reason_code @reason_code end |
#resource_snapshot_job_id ⇒ ::String
Returns the value of attribute resource_snapshot_job_id.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def resource_snapshot_job_id @resource_snapshot_job_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def start_time @start_time end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def task_arn @task_arn end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def task_id @task_id end |
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def task_status @task_status end |