Class: Aws::Keyspaces::Types::CreateKeyspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::CreateKeyspaceRequest
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keyspace_name ⇒ String
The name of the keyspace to be created.
-
#tags ⇒ Array<Types::Tag>
A list of key-value pair tags to be attached to the keyspace.
Instance Attribute Details
#keyspace_name ⇒ String
The name of the keyspace to be created.
254 255 256 257 258 259 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 254 class CreateKeyspaceRequest < Struct.new( :keyspace_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of key-value pair tags to be attached to the keyspace.
For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.
254 255 256 257 258 259 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 254 class CreateKeyspaceRequest < Struct.new( :keyspace_name, :tags) SENSITIVE = [] include Aws::Structure end |