Class: Aws::Keyspaces::Types::GetTableRequest

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 that the table is stored in.

Returns:

  • (String)


855
856
857
858
859
860
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 855

class GetTableRequest < Struct.new(
  :keyspace_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table.

Returns:

  • (String)


855
856
857
858
859
860
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 855

class GetTableRequest < Struct.new(
  :keyspace_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end