Class: Aws::Types::CreateEngagementInvitationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEngagementInvitationRequest
- 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.
-
#invitation ⇒ Types::Invitation
Returns the value of attribute invitation.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
223 224 225 |
# File 'sig/types.rbs', line 223 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
224 225 226 |
# File 'sig/types.rbs', line 224 def client_token @client_token end |
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
225 226 227 |
# File 'sig/types.rbs', line 225 def engagement_identifier @engagement_identifier end |
#invitation ⇒ Types::Invitation
Returns the value of attribute invitation.
226 227 228 |
# File 'sig/types.rbs', line 226 def invitation @invitation end |