Class: Aws::Types::CreateEngagementRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEngagementRequest
- 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.
-
#contexts ⇒ ::Array[Types::EngagementContextDetails]
Returns the value of attribute contexts.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
237 238 239 |
# File 'sig/types.rbs', line 237 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
238 239 240 |
# File 'sig/types.rbs', line 238 def client_token @client_token end |
#contexts ⇒ ::Array[Types::EngagementContextDetails]
Returns the value of attribute contexts.
241 242 243 |
# File 'sig/types.rbs', line 241 def contexts @contexts end |
#description ⇒ ::String
Returns the value of attribute description.
240 241 242 |
# File 'sig/types.rbs', line 240 def description @description end |
#title ⇒ ::String
Returns the value of attribute title.
239 240 241 |
# File 'sig/types.rbs', line 239 def title @title end |