Class: Aws::Keyspaces::Types::DeleteTypeResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_arnString

The unique identifier of the keyspace from which the type was deleted in the format of an Amazon Resource Name (ARN).

Returns:

  • (String)


780
781
782
783
784
785
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 780

class DeleteTypeResponse < Struct.new(
  :keyspace_arn,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The name of the type that was deleted.

Returns:

  • (String)


780
781
782
783
784
785
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 780

class DeleteTypeResponse < Struct.new(
  :keyspace_arn,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end