Class: Aws::Types::StartEngagementByAcceptingInvitationTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartEngagementByAcceptingInvitationTaskRequest
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def client_token @client_token end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def identifier @identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def @tags end |