Class: Aws::Types::GetResourceShareInvitationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceShareInvitationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_share_invitations ⇒ ::Array[Types::ResourceShareInvitation]
Returns the value of attribute resource_share_invitations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
250 251 252 |
# File 'sig/types.rbs', line 250 def next_token @next_token end |
#resource_share_invitations ⇒ ::Array[Types::ResourceShareInvitation]
Returns the value of attribute resource_share_invitations.
249 250 251 |
# File 'sig/types.rbs', line 249 def resource_share_invitations @resource_share_invitations end |