Class: Aws::Types::KeyspaceSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_name::String

Returns the value of attribute keyspace_name.



262
263
264
# File 'sig/types.rbs', line 262

def keyspace_name
  @keyspace_name
end

#replication_regions::Array[::String]

Returns the value of attribute replication_regions.



265
266
267
# File 'sig/types.rbs', line 265

def replication_regions
  @replication_regions
end

#replication_strategy"SINGLE_REGION", "MULTI_REGION"

Returns the value of attribute replication_strategy.



264
265
266
# File 'sig/types.rbs', line 264

def replication_strategy
  @replication_strategy
end

#resource_arn::String

Returns the value of attribute resource_arn.



263
264
265
# File 'sig/types.rbs', line 263

def resource_arn
  @resource_arn
end