Class: Aws::Keyspaces::Types::GetTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::GetTableRequest
- Defined in:
- gems/aws-sdk-keyspaces/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.
979 980 981 982 983 984 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 979 class GetTableRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
979 980 981 982 983 984 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 979 class GetTableRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |