Class: Aws::Types::ListSequenceStoresRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::SequenceStoreFilter

Returns the value of attribute filter.



1661
1662
1663
# File 'sig/types.rbs', line 1661

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.



1659
1660
1661
# File 'sig/types.rbs', line 1659

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



1660
1661
1662
# File 'sig/types.rbs', line 1660

def next_token
  @next_token
end