Class: Aws::Types::UpdateEngagementContextResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEngagementContextResponse
- 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.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def context_id @context_id end |
#engagement_arn ⇒ ::String
Returns the value of attribute engagement_arn.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def engagement_arn @engagement_arn end |
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def engagement_id @engagement_id end |
#engagement_last_modified_at ⇒ ::Time
Returns the value of attribute engagement_last_modified_at.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def engagement_last_modified_at @engagement_last_modified_at end |