Class: Aws::Types::ListVariantStoresResponse

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)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def next_token
  @next_token
end

#variant_stores::Array[Types::VariantStoreItem]

Returns the value of attribute variant_stores.

Returns:



1729
1730
1731
# File 'sig/types.rbs', line 1729

def variant_stores
  @variant_stores
end