Class: Aws::Types::GetTableAutoScalingSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTableAutoScalingSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
Returns the value of attribute auto_scaling_specification.
-
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
-
#replica_specifications ⇒ ::Array[Types::ReplicaAutoScalingSpecification]
Returns the value of attribute replica_specifications.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
Returns the value of attribute auto_scaling_specification.
205 206 207 |
# File 'sig/types.rbs', line 205 def auto_scaling_specification @auto_scaling_specification end |
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
202 203 204 |
# File 'sig/types.rbs', line 202 def keyspace_name @keyspace_name end |
#replica_specifications ⇒ ::Array[Types::ReplicaAutoScalingSpecification]
Returns the value of attribute replica_specifications.
206 207 208 |
# File 'sig/types.rbs', line 206 def replica_specifications @replica_specifications end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
204 205 206 |
# File 'sig/types.rbs', line 204 def resource_arn @resource_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
203 204 205 |
# File 'sig/types.rbs', line 203 def table_name @table_name end |