Class: Aws::Types::CreateEngagementContextResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEngagementContextResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_id ⇒ ::String
Returns the value of attribute context_id.
-
#engagement_arn ⇒ ::String
Returns the value of attribute engagement_arn.
-
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
-
#engagement_last_modified_at ⇒ ::Time
Returns the value of attribute engagement_last_modified_at.
Instance Attribute Details
#context_id ⇒ ::String
Returns the value of attribute context_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def context_id @context_id end |
#engagement_arn ⇒ ::String
Returns the value of attribute engagement_arn.
216 217 218 |
# File 'sig/types.rbs', line 216 def engagement_arn @engagement_arn end |
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
215 216 217 |
# File 'sig/types.rbs', line 215 def engagement_id @engagement_id end |
#engagement_last_modified_at ⇒ ::Time
Returns the value of attribute engagement_last_modified_at.
217 218 219 |
# File 'sig/types.rbs', line 217 def engagement_last_modified_at @engagement_last_modified_at end |