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
2655 |
# File 'sig/client.rbs', line 2655
def compute_redundancy: () -> ::Integer
|
#db_cluster_identifier ⇒ ::String
2652 |
# File 'sig/client.rbs', line 2652
def db_cluster_identifier: () -> ::String
|
#db_shard_group_arn ⇒ ::String
2659 |
# File 'sig/client.rbs', line 2659
def db_shard_group_arn: () -> ::String
|
#db_shard_group_identifier ⇒ ::String
2651 |
# File 'sig/client.rbs', line 2651
def db_shard_group_identifier: () -> ::String
|
#db_shard_group_resource_id ⇒ ::String
2650 |
# File 'sig/client.rbs', line 2650
def db_shard_group_resource_id: () -> ::String
|
#endpoint ⇒ ::String
2658 |
# File 'sig/client.rbs', line 2658
def endpoint: () -> ::String
|
#max_acu ⇒ ::Float
2653 |
# File 'sig/client.rbs', line 2653
def max_acu: () -> ::Float
|
#min_acu ⇒ ::Float
2654 |
# File 'sig/client.rbs', line 2654
def min_acu: () -> ::Float
|
#publicly_accessible ⇒ Boolean
2657 |
# File 'sig/client.rbs', line 2657
def publicly_accessible: () -> bool
|
#status ⇒ ::String
2656 |
# File 'sig/client.rbs', line 2656
def status: () -> ::String
|
#tag_list ⇒ ::Array[Types::Tag]
2660 |
# File 'sig/client.rbs', line 2660
def tag_list: () -> ::Array[Types::Tag]
|