Class: Aws::Types::DynamoDBCapacityDetails
- Inherits:
-
Object
- Object
- Aws::Types::DynamoDBCapacityDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_units ⇒ ::String
Returns the value of attribute capacity_units.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#capacity_units ⇒ ::String
Returns the value of attribute capacity_units.
388 389 390 |
# File 'sig/types.rbs', line 388 def capacity_units @capacity_units end |
#region ⇒ ::String
Returns the value of attribute region.
389 390 391 |
# File 'sig/types.rbs', line 389 def region @region end |