Class: Aws::Types::UpdateEngagementContextRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEngagementContextRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#context_identifier ⇒ ::String
Returns the value of attribute context_identifier.
-
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
-
#engagement_last_modified_at ⇒ ::Time
Returns the value of attribute engagement_last_modified_at.
-
#payload ⇒ Types::UpdateEngagementContextPayload
Returns the value of attribute payload.
-
#type ⇒ "CustomerProject", ...
Returns the value of attribute type.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def catalog @catalog end |
#context_identifier ⇒ ::String
Returns the value of attribute context_identifier.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def context_identifier @context_identifier end |
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def engagement_identifier @engagement_identifier end |
#engagement_last_modified_at ⇒ ::Time
Returns the value of attribute engagement_last_modified_at.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def engagement_last_modified_at @engagement_last_modified_at end |
#payload ⇒ Types::UpdateEngagementContextPayload
Returns the value of attribute payload.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def payload @payload end |
#type ⇒ "CustomerProject", ...
Returns the value of attribute type.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def type @type end |