Class: Aws::CostExplorer::Types::DynamoDBCapacityDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DynamoDBCapacityDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The DynamoDB reservations that Amazon Web Services recommends that you purchase.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_units ⇒ String
The capacity unit of the recommended reservation.
-
#region ⇒ String
The Amazon Web Services Region of the recommended reservation.
Instance Attribute Details
#capacity_units ⇒ String
The capacity unit of the recommended reservation.
1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1497 class DynamoDBCapacityDetails < Struct.new( :capacity_units, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region of the recommended reservation.
1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1497 class DynamoDBCapacityDetails < Struct.new( :capacity_units, :region) SENSITIVE = [] include Aws::Structure end |