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
1168 |
# File 'sig/client.rbs', line 1168
def compute_redundancy: () -> ::Integer
|
#db_cluster_identifier ⇒ ::String
1165 |
# File 'sig/client.rbs', line 1165
def db_cluster_identifier: () -> ::String
|
#db_shard_group_arn ⇒ ::String
1172 |
# File 'sig/client.rbs', line 1172
def db_shard_group_arn: () -> ::String
|
#db_shard_group_identifier ⇒ ::String
1164 |
# File 'sig/client.rbs', line 1164
def db_shard_group_identifier: () -> ::String
|
#db_shard_group_resource_id ⇒ ::String
1163 |
# File 'sig/client.rbs', line 1163
def db_shard_group_resource_id: () -> ::String
|
#endpoint ⇒ ::String
1171 |
# File 'sig/client.rbs', line 1171
def endpoint: () -> ::String
|
#max_acu ⇒ ::Float
1166 |
# File 'sig/client.rbs', line 1166
def max_acu: () -> ::Float
|
#min_acu ⇒ ::Float
1167 |
# File 'sig/client.rbs', line 1167
def min_acu: () -> ::Float
|
#publicly_accessible ⇒ Boolean
1170 |
# File 'sig/client.rbs', line 1170
def publicly_accessible: () -> bool
|
#status ⇒ ::String
1169 |
# File 'sig/client.rbs', line 1169
def status: () -> ::String
|
#tag_list ⇒ ::Array[Types::Tag]
1173 |
# File 'sig/client.rbs', line 1173
def tag_list: () -> ::Array[Types::Tag]
|