Class: Aws::Keyspaces::Types::CreateTypeResponse

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 that contains the new type in the format of an Amazon Resource Name (ARN).

Returns:

  • (String)


708
709
710
711
712
713
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 708

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

#type_nameString

The formatted name of the user-defined type that was created. Note that Amazon Keyspaces requires the formatted name of the type for other operations, for example GetType.

Returns:

  • (String)


708
709
710
711
712
713
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 708

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