Module: Aws::Keyspaces::Client::_GetKeyspaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetKeyspaceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #keyspace_name ⇒ ::String
- #replication_group_statuses ⇒ ::Array[Types::ReplicationGroupStatus]
- #replication_regions ⇒ ::Array[::String]
- #replication_strategy ⇒ "SINGLE_REGION", "MULTI_REGION"
- #resource_arn ⇒ ::String
Instance Method Details
#keyspace_name ⇒ ::String
225 |
# File 'sig/client.rbs', line 225
def keyspace_name: () -> ::String
|
#replication_group_statuses ⇒ ::Array[Types::ReplicationGroupStatus]
229 |
# File 'sig/client.rbs', line 229
def replication_group_statuses: () -> ::Array[Types::ReplicationGroupStatus]
|
#replication_regions ⇒ ::Array[::String]
228 |
# File 'sig/client.rbs', line 228
def replication_regions: () -> ::Array[::String]
|
#replication_strategy ⇒ "SINGLE_REGION", "MULTI_REGION"
227 |
# File 'sig/client.rbs', line 227
def replication_strategy: () -> ("SINGLE_REGION" | "MULTI_REGION")
|
#resource_arn ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def resource_arn: () -> ::String
|