Class: Aws::Types::CreateDBShardGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBShardGroupMessage
- 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_identifier ⇒ ::String
Returns the value of attribute db_shard_group_identifier.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#compute_redundancy ⇒ ::Integer
Returns the value of attribute compute_redundancy.
684 685 686 |
# File 'sig/types.rbs', line 684 def compute_redundancy @compute_redundancy end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
683 684 685 |
# File 'sig/types.rbs', line 683 def db_cluster_identifier @db_cluster_identifier end |
#db_shard_group_identifier ⇒ ::String
Returns the value of attribute db_shard_group_identifier.
682 683 684 |
# File 'sig/types.rbs', line 682 def db_shard_group_identifier @db_shard_group_identifier end |
#max_acu ⇒ ::Float
Returns the value of attribute max_acu.
685 686 687 |
# File 'sig/types.rbs', line 685 def max_acu @max_acu end |
#min_acu ⇒ ::Float
Returns the value of attribute min_acu.
686 687 688 |
# File 'sig/types.rbs', line 686 def min_acu @min_acu end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
687 688 689 |
# File 'sig/types.rbs', line 687 def publicly_accessible @publicly_accessible end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
688 689 690 |
# File 'sig/types.rbs', line 688 def @tags end |