Class: Aws::Keyspaces::Types::DeleteTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::DeleteTypeResponse
- 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 from which the type was deleted in the format of an Amazon Resource Name (ARN).
-
#type_name ⇒ String
The name of the type that was deleted.
Instance Attribute Details
#keyspace_arn ⇒ String
The unique identifier of the keyspace from which the type was deleted in the format of an Amazon Resource Name (ARN).
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_name ⇒ String
The name of the type that was deleted.
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 |