Class: Aws::Keyspaces::Types::DeleteTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::DeleteTableRequest
- 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 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.
741 742 743 744 745 746 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 741 class DeleteTableRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table to be deleted.
741 742 743 744 745 746 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 741 class DeleteTableRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |