Class: Aws::Keyspaces::Types::ListTablesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_nameString

The name of the keyspace.

Returns:

  • (String)


1050
1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1050

class ListTablesRequest < Struct.new(
  :next_token,
  :max_results,
  :keyspace_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The total number of tables to return in the output. If the total number of tables available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

Returns:

  • (Integer)


1050
1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1050

class ListTablesRequest < Struct.new(
  :next_token,
  :max_results,
  :keyspace_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

Returns:

  • (String)


1050
1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1050

class ListTablesRequest < Struct.new(
  :next_token,
  :max_results,
  :keyspace_name)
  SENSITIVE = []
  include Aws::Structure
end