Class: Aws::Types::EngagementContextDetails
- Inherits:
-
Object
- Object
- Aws::Types::EngagementContextDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#payload ⇒ Types::EngagementContextPayload
Returns the value of attribute payload.
-
#type ⇒ "CustomerProject", ...
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
348 349 350 |
# File 'sig/types.rbs', line 348 def id @id end |
#payload ⇒ Types::EngagementContextPayload
Returns the value of attribute payload.
350 351 352 |
# File 'sig/types.rbs', line 350 def payload @payload end |
#type ⇒ "CustomerProject", ...
Returns the value of attribute type.
349 350 351 |
# File 'sig/types.rbs', line 349 def type @type end |