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
811 |
# File 'sig/client.rbs', line 811
def compute_redundancy: () -> ::Integer
|
#db_cluster_identifier ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def db_cluster_identifier: () -> ::String
|
#db_shard_group_arn ⇒ ::String
815 |
# File 'sig/client.rbs', line 815
def db_shard_group_arn: () -> ::String
|
#db_shard_group_identifier ⇒ ::String
807 |
# File 'sig/client.rbs', line 807
def db_shard_group_identifier: () -> ::String
|
#db_shard_group_resource_id ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def db_shard_group_resource_id: () -> ::String
|
#endpoint ⇒ ::String
814 |
# File 'sig/client.rbs', line 814
def endpoint: () -> ::String
|
#max_acu ⇒ ::Float
809 |
# File 'sig/client.rbs', line 809
def max_acu: () -> ::Float
|
#min_acu ⇒ ::Float
810 |
# File 'sig/client.rbs', line 810
def min_acu: () -> ::Float
|
#publicly_accessible ⇒ Boolean
813 |
# File 'sig/client.rbs', line 813
def publicly_accessible: () -> bool
|
#status ⇒ ::String
812 |
# File 'sig/client.rbs', line 812
def status: () -> ::String
|
#tag_list ⇒ ::Array[Types::Tag]
816 |
# File 'sig/client.rbs', line 816
def tag_list: () -> ::Array[Types::Tag]
|