Module: Aws::RDS::Client::_CreateDBShardGroupResponseSuccess
- 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
805 |
# File 'sig/client.rbs', line 805
def compute_redundancy: () -> ::Integer
|
#db_cluster_identifier ⇒ ::String
802 |
# File 'sig/client.rbs', line 802
def db_cluster_identifier: () -> ::String
|
#db_shard_group_arn ⇒ ::String
809 |
# File 'sig/client.rbs', line 809
def db_shard_group_arn: () -> ::String
|
#db_shard_group_identifier ⇒ ::String
801 |
# File 'sig/client.rbs', line 801
def db_shard_group_identifier: () -> ::String
|
#db_shard_group_resource_id ⇒ ::String
800 |
# File 'sig/client.rbs', line 800
def db_shard_group_resource_id: () -> ::String
|
#endpoint ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def endpoint: () -> ::String
|
#max_acu ⇒ ::Float
803 |
# File 'sig/client.rbs', line 803
def max_acu: () -> ::Float
|
#min_acu ⇒ ::Float
804 |
# File 'sig/client.rbs', line 804
def min_acu: () -> ::Float
|
#publicly_accessible ⇒ Boolean
807 |
# File 'sig/client.rbs', line 807
def publicly_accessible: () -> bool
|
#status ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def status: () -> ::String
|
#tag_list ⇒ ::Array[Types::Tag]
810 |
# File 'sig/client.rbs', line 810
def tag_list: () -> ::Array[Types::Tag]
|