Class: Aws::Types::RejectEngagementInvitationRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectEngagementInvitationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#rejection_reason ⇒ ::String
Returns the value of attribute rejection_reason.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def catalog @catalog end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def identifier @identifier end |
#rejection_reason ⇒ ::String
Returns the value of attribute rejection_reason.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def rejection_reason @rejection_reason end |