Class: Aws::Keyspaces::Types::GetTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::GetTableRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keyspace_name ⇒ String
The name of the keyspace that the table is stored in.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#keyspace_name ⇒ String
The name of the keyspace that the table is stored in.
855 856 857 858 859 860 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 855 class GetTableRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
855 856 857 858 859 860 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 855 class GetTableRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |