Class: Aws::Types::ListReadSetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ReadSetFilter

Returns the value of attribute filter.



1536
1537
1538
# File 'sig/types.rbs', line 1536

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def next_token
  @next_token
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def sequence_store_id
  @sequence_store_id
end