Class: Aws::Types::TableAutoScalingDescription
- Inherits:
-
Object
- Object
- Aws::Types::TableAutoScalingDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#replicas ⇒ ::Array[Types::ReplicaAutoScalingDescription]
Returns the value of attribute replicas.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#table_status ⇒ "CREATING", ...
Returns the value of attribute table_status.
Instance Attribute Details
#replicas ⇒ ::Array[Types::ReplicaAutoScalingDescription]
Returns the value of attribute replicas.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def replicas @replicas end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def table_name @table_name end |
#table_status ⇒ "CREATING", ...
Returns the value of attribute table_status.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def table_status @table_status end |