Class: Aws::Types::GetKeyspaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKeyspaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
-
#replication_group_statuses ⇒ ::Array[Types::ReplicationGroupStatus]
Returns the value of attribute replication_group_statuses.
-
#replication_regions ⇒ ::Array[::String]
Returns the value of attribute replication_regions.
-
#replication_strategy ⇒ "SINGLE_REGION", "MULTI_REGION"
Returns the value of attribute replication_strategy.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
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.
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.
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.
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.
188 189 190 |
# File 'sig/types.rbs', line 188 def resource_arn @resource_arn end |