Class: Aws::Types::ListTablesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_name::String

Returns the value of attribute keyspace_name.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def keyspace_name
  @keyspace_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


283
284
285
# File 'sig/types.rbs', line 283

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def next_token
  @next_token
end