Class: Aws::Keyspaces::Types::DeleteTypeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-keyspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_nameString

The name of the keyspace of the to be deleted type.

Returns:

  • (String)


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_nameString

The name of the type to be deleted.

Returns:

  • (String)


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