Class: Aws::Types::CreateKeyspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
-
#replication_specification ⇒ Types::ReplicationSpecification
Returns the value of attribute replication_specification.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
92 93 94 |
# File 'sig/types.rbs', line 92 def keyspace_name @keyspace_name end |
#replication_specification ⇒ Types::ReplicationSpecification
Returns the value of attribute replication_specification.
94 95 96 |
# File 'sig/types.rbs', line 94 def replication_specification @replication_specification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
93 94 95 |
# File 'sig/types.rbs', line 93 def end |