Class: Aws::Keyspaces::Types::DeleteKeyspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::DeleteKeyspaceRequest
- 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 to be deleted.
Instance Attribute Details
#keyspace_name ⇒ String
The name of the keyspace to be deleted.
721 722 723 724 725 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 721 class DeleteKeyspaceRequest < Struct.new( :keyspace_name) SENSITIVE = [] include Aws::Structure end |