Class: Aws::Types::ListSharesResponse

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)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def next_token
  @next_token
end

#shares::Array[Types::ShareDetails]

Returns the value of attribute shares.

Returns:



1680
1681
1682
# File 'sig/types.rbs', line 1680

def shares
  @shares
end