Class: Aws::Types::RejectResourceShareInvitationRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectResourceShareInvitationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#resource_share_invitation_arn ⇒ ::String
Returns the value of attribute resource_share_invitation_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
532 533 534 |
# File 'sig/types.rbs', line 532 def client_token @client_token end |
#resource_share_invitation_arn ⇒ ::String
Returns the value of attribute resource_share_invitation_arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def resource_share_invitation_arn @resource_share_invitation_arn end |