Class: Aws::Types::GetResourceShareInvitationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def resource_share_invitations
  @resource_share_invitations
end