Class: Aws::Keyspaces::Types::DeleteTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::DeleteTypeRequest
- 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 type.
-
#type_name ⇒ String
The name of the type to be deleted.
Instance Attribute Details
#keyspace_name ⇒ String
The name of the keyspace of the to be deleted type.
762 763 764 765 766 767 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 762 class DeleteTypeRequest < Struct.new( :keyspace_name, :type_name) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the type to be deleted.
762 763 764 765 766 767 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 762 class DeleteTypeRequest < Struct.new( :keyspace_name, :type_name) SENSITIVE = [] include Aws::Structure end |