Class: Aws::Types::ListVariantStoresRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ListVariantStoresFilter

Returns the value of attribute filter.



1724
1725
1726
# File 'sig/types.rbs', line 1724

def filter
  @filter
end

#ids::Array[::String]

Returns the value of attribute ids.

Returns:

  • (::Array[::String])


1722
1723
1724
# File 'sig/types.rbs', line 1722

def ids
  @ids
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def next_token
  @next_token
end