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
2881 |
# File 'sig/client.rbs', line 2881
def compute_redundancy: () -> ::Integer
|
#db_cluster_identifier ⇒ ::String
2878 |
# File 'sig/client.rbs', line 2878
def db_cluster_identifier: () -> ::String
|
#db_shard_group_arn ⇒ ::String
2885 |
# File 'sig/client.rbs', line 2885
def db_shard_group_arn: () -> ::String
|
#db_shard_group_identifier ⇒ ::String
2877 |
# File 'sig/client.rbs', line 2877
def db_shard_group_identifier: () -> ::String
|
#db_shard_group_resource_id ⇒ ::String
2876 |
# File 'sig/client.rbs', line 2876
def db_shard_group_resource_id: () -> ::String
|
#endpoint ⇒ ::String
2884 |
# File 'sig/client.rbs', line 2884
def endpoint: () -> ::String
|
#max_acu ⇒ ::Float
2879 |
# File 'sig/client.rbs', line 2879
def max_acu: () -> ::Float
|
#min_acu ⇒ ::Float
2880 |
# File 'sig/client.rbs', line 2880
def min_acu: () -> ::Float
|
#publicly_accessible ⇒ Boolean
2883 |
# File 'sig/client.rbs', line 2883
def publicly_accessible: () -> bool
|
#status ⇒ ::String
2882 |
# File 'sig/client.rbs', line 2882
def status: () -> ::String
|
#tag_list ⇒ ::Array[Types::Tag]
2886 |
# File 'sig/client.rbs', line 2886
def tag_list: () -> ::Array[Types::Tag]
|