Class: Aws::Types::ListReferenceStoresRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ReferenceStoreFilter

Returns the value of attribute filter.



1563
1564
1565
# File 'sig/types.rbs', line 1563

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1561
1562
1563
# File 'sig/types.rbs', line 1561

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1562
1563
1564
# File 'sig/types.rbs', line 1562

def next_token
  @next_token
end