Class: Aws::Types::DBShardGroup
- Inherits:
-
Object
- Object
- Aws::Types::DBShardGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_redundancy ⇒ ::Integer
Returns the value of attribute compute_redundancy.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_shard_group_arn ⇒ ::String
Returns the value of attribute db_shard_group_arn.
-
#db_shard_group_identifier ⇒ ::String
Returns the value of attribute db_shard_group_identifier.
-
#db_shard_group_resource_id ⇒ ::String
Returns the value of attribute db_shard_group_resource_id.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#max_acu ⇒ ::Float
Returns the value of attribute max_acu.
-
#min_acu ⇒ ::Float
Returns the value of attribute min_acu.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
Instance Attribute Details
#compute_redundancy ⇒ ::Integer
Returns the value of attribute compute_redundancy.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def compute_redundancy @compute_redundancy end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def db_cluster_identifier @db_cluster_identifier end |
#db_shard_group_arn ⇒ ::String
Returns the value of attribute db_shard_group_arn.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def db_shard_group_arn @db_shard_group_arn end |
#db_shard_group_identifier ⇒ ::String
Returns the value of attribute db_shard_group_identifier.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def db_shard_group_identifier @db_shard_group_identifier end |
#db_shard_group_resource_id ⇒ ::String
Returns the value of attribute db_shard_group_resource_id.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def db_shard_group_resource_id @db_shard_group_resource_id end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def endpoint @endpoint end |
#max_acu ⇒ ::Float
Returns the value of attribute max_acu.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def max_acu @max_acu end |
#min_acu ⇒ ::Float
Returns the value of attribute min_acu.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def min_acu @min_acu end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def publicly_accessible @publicly_accessible end |
#status ⇒ ::String
Returns the value of attribute status.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def status @status end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def tag_list @tag_list end |