Class: Aws::Keyspaces::Types::DeleteTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::DeleteTableRequest
- 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 of the to be deleted table.
-
#table_name ⇒ String
The name of the table to be deleted.
Instance Attribute Details
#keyspace_name ⇒ String
The name of the keyspace of the to be deleted table.
685 686 687 688 689 690 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 685 class DeleteTableRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table to be deleted.
685 686 687 688 689 690 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 685 class DeleteTableRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |