Class: Aws::Types::StartEngagementByAcceptingInvitationTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartEngagementByAcceptingInvitationTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_invitation_id ⇒ ::String
Returns the value of attribute engagement_invitation_id.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def engagement_invitation_id @engagement_invitation_id end |
#message ⇒ ::String
Returns the value of attribute message.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def @message end |
#opportunity_id ⇒ ::String
Returns the value of attribute opportunity_id.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def opportunity_id @opportunity_id end |
#reason_code ⇒ "InvitationAccessDenied", ...
Returns the value of attribute reason_code.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def reason_code @reason_code end |
#resource_snapshot_job_id ⇒ ::String
Returns the value of attribute resource_snapshot_job_id.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def resource_snapshot_job_id @resource_snapshot_job_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def start_time @start_time end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def task_arn @task_arn end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def task_id @task_id end |
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def task_status @task_status end |