Class: Aws::Types::GetResourceShareAssociationsResponse

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:



236
237
238
# File 'sig/types.rbs', line 236

def next_token
  @next_token
end

#resource_share_associations::Array[Types::ResourceShareAssociation]

Returns the value of attribute resource_share_associations.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def resource_share_associations
  @resource_share_associations
end