Module: Aws::RDS::Client::_ModifyDBShardGroupResponseSuccess
- 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
2647 |
# File 'sig/client.rbs', line 2647
def compute_redundancy: () -> ::Integer
|
#db_cluster_identifier ⇒ ::String
2644 |
# File 'sig/client.rbs', line 2644
def db_cluster_identifier: () -> ::String
|
#db_shard_group_arn ⇒ ::String
2651 |
# File 'sig/client.rbs', line 2651
def db_shard_group_arn: () -> ::String
|
#db_shard_group_identifier ⇒ ::String
2643 |
# File 'sig/client.rbs', line 2643
def db_shard_group_identifier: () -> ::String
|
#db_shard_group_resource_id ⇒ ::String
2642 |
# File 'sig/client.rbs', line 2642
def db_shard_group_resource_id: () -> ::String
|
#endpoint ⇒ ::String
2650 |
# File 'sig/client.rbs', line 2650
def endpoint: () -> ::String
|
#max_acu ⇒ ::Float
2645 |
# File 'sig/client.rbs', line 2645
def max_acu: () -> ::Float
|
#min_acu ⇒ ::Float
2646 |
# File 'sig/client.rbs', line 2646
def min_acu: () -> ::Float
|
#publicly_accessible ⇒ Boolean
2649 |
# File 'sig/client.rbs', line 2649
def publicly_accessible: () -> bool
|
#status ⇒ ::String
2648 |
# File 'sig/client.rbs', line 2648
def status: () -> ::String
|
#tag_list ⇒ ::Array[Types::Tag]
2652 |
# File 'sig/client.rbs', line 2652
def tag_list: () -> ::Array[Types::Tag]
|