Class: Aws::Keyspaces::Types::CreateTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::CreateTypeResponse
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keyspace_arn ⇒ String
The unique identifier of the keyspace that contains the new type in the format of an Amazon Resource Name (ARN).
-
#type_name ⇒ String
The formatted name of the user-defined type that was created.
Instance Attribute Details
#keyspace_arn ⇒ String
The unique identifier of the keyspace that contains the new type in the format of an Amazon Resource Name (ARN).
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_name ⇒ String
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
.
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 |