Class: Aws::Types::GetKeyspaceResponse

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:



187
188
189
# File 'sig/types.rbs', line 187

def keyspace_name
  @keyspace_name
end

#replication_group_statuses::Array[Types::ReplicationGroupStatus]

Returns the value of attribute replication_group_statuses.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def replication_group_statuses
  @replication_group_statuses
end

#replication_regions::Array[::String]

Returns the value of attribute replication_regions.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def replication_regions
  @replication_regions
end

#replication_strategy"SINGLE_REGION", "MULTI_REGION"

Returns the value of attribute replication_strategy.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def replication_strategy
  @replication_strategy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def resource_arn
  @resource_arn
end