Class: Aws::Types::CreateEngagementContextRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEngagementContextRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
-
#payload ⇒ Types::EngagementContextPayload
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.
206 207 208 |
# File 'sig/types.rbs', line 206 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
208 209 210 |
# File 'sig/types.rbs', line 208 def client_token @client_token end |
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
207 208 209 |
# File 'sig/types.rbs', line 207 def engagement_identifier @engagement_identifier end |
#payload ⇒ Types::EngagementContextPayload
Returns the value of attribute payload.
210 211 212 |
# File 'sig/types.rbs', line 210 def payload @payload end |
#type ⇒ "CustomerProject", ...
Returns the value of attribute type.
209 210 211 |
# File 'sig/types.rbs', line 209 def type @type end |