Class: Aws::Types::AcceptResourceShareInvitationResponse
- Inherits:
-
Object
- Object
- Aws::Types::AcceptResourceShareInvitationResponse
- 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 ⇒ Types::ResourceShareInvitation
Returns the value of attribute resource_share_invitation.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
19 20 21 |
# File 'sig/types.rbs', line 19 def client_token @client_token end |
#resource_share_invitation ⇒ Types::ResourceShareInvitation
Returns the value of attribute resource_share_invitation.
18 19 20 |
# File 'sig/types.rbs', line 18 def resource_share_invitation @resource_share_invitation end |