Class: Aws::Types::CreateKeyspaceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_name::String

Returns the value of attribute keyspace_name.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def keyspace_name
  @keyspace_name
end

#replication_specificationTypes::ReplicationSpecification

Returns the value of attribute replication_specification.

Returns:



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.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def tags
  @tags
end