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.
1583 1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1583 class DynamoDBCapacityDetails < Struct.new( :capacity_units, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region of the recommended reservation.
1583 1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1583 class DynamoDBCapacityDetails < Struct.new( :capacity_units, :region) SENSITIVE = [] include Aws::Structure end |