Class: Aws::Keyspaces::Types::CreateKeyspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::CreateKeyspaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
Instance Attribute Details
#resource_arn ⇒ String
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
415 416 417 418 419 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 415 class CreateKeyspaceResponse < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |