Module: Aws::RDS::Client::_RebootDBShardGroupResponseSuccess
- 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
2889 |
# File 'sig/client.rbs', line 2889
def compute_redundancy: () -> ::Integer
|
#db_cluster_identifier ⇒ ::String
2886 |
# File 'sig/client.rbs', line 2886
def db_cluster_identifier: () -> ::String
|
#db_shard_group_arn ⇒ ::String
2893 |
# File 'sig/client.rbs', line 2893
def db_shard_group_arn: () -> ::String
|
#db_shard_group_identifier ⇒ ::String
2885 |
# File 'sig/client.rbs', line 2885
def db_shard_group_identifier: () -> ::String
|
#db_shard_group_resource_id ⇒ ::String
2884 |
# File 'sig/client.rbs', line 2884
def db_shard_group_resource_id: () -> ::String
|
#endpoint ⇒ ::String
2892 |
# File 'sig/client.rbs', line 2892
def endpoint: () -> ::String
|
#max_acu ⇒ ::Float
2887 |
# File 'sig/client.rbs', line 2887
def max_acu: () -> ::Float
|
#min_acu ⇒ ::Float
2888 |
# File 'sig/client.rbs', line 2888
def min_acu: () -> ::Float
|
#publicly_accessible ⇒ Boolean
2891 |
# File 'sig/client.rbs', line 2891
def publicly_accessible: () -> bool
|
#status ⇒ ::String
2890 |
# File 'sig/client.rbs', line 2890
def status: () -> ::String
|
#tag_list ⇒ ::Array[Types::Tag]
2894 |
# File 'sig/client.rbs', line 2894
def tag_list: () -> ::Array[Types::Tag]
|