Module: Aws::RDS::Client::_DeleteDBShardGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DBShardGroup]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compute_redundancy ⇒ ::Integer
- #db_cluster_identifier ⇒ ::String
- #db_shard_group_arn ⇒ ::String
- #db_shard_group_identifier ⇒ ::String
- #db_shard_group_resource_id ⇒ ::String
- #endpoint ⇒ ::String
- #max_acu ⇒ ::Float
- #min_acu ⇒ ::Float
- #publicly_accessible ⇒ Boolean
- #status ⇒ ::String
- #tag_list ⇒ ::Array[Types::Tag]
Instance Method Details
#compute_redundancy ⇒ ::Integer
1162 |
# File 'sig/client.rbs', line 1162
def compute_redundancy: () -> ::Integer
|
#db_cluster_identifier ⇒ ::String
1159 |
# File 'sig/client.rbs', line 1159
def db_cluster_identifier: () -> ::String
|
#db_shard_group_arn ⇒ ::String
1166 |
# File 'sig/client.rbs', line 1166
def db_shard_group_arn: () -> ::String
|
#db_shard_group_identifier ⇒ ::String
1158 |
# File 'sig/client.rbs', line 1158
def db_shard_group_identifier: () -> ::String
|
#db_shard_group_resource_id ⇒ ::String
1157 |
# File 'sig/client.rbs', line 1157
def db_shard_group_resource_id: () -> ::String
|
#endpoint ⇒ ::String
1165 |
# File 'sig/client.rbs', line 1165
def endpoint: () -> ::String
|
#max_acu ⇒ ::Float
1160 |
# File 'sig/client.rbs', line 1160
def max_acu: () -> ::Float
|
#min_acu ⇒ ::Float
1161 |
# File 'sig/client.rbs', line 1161
def min_acu: () -> ::Float
|
#publicly_accessible ⇒ Boolean
1164 |
# File 'sig/client.rbs', line 1164
def publicly_accessible: () -> bool
|
#status ⇒ ::String
1163 |
# File 'sig/client.rbs', line 1163
def status: () -> ::String
|
#tag_list ⇒ ::Array[Types::Tag]
1167 |
# File 'sig/client.rbs', line 1167
def tag_list: () -> ::Array[Types::Tag]
|