Class: Aws::CostExplorer::Types::ReservedCapacityDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ReservedCapacityDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Details about the reservations that Amazon Web Services recommends that you purchase.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dynamo_db_capacity_details ⇒ Types::DynamoDBCapacityDetails
The DynamoDB reservations that Amazon Web Services recommends that you purchase.
Instance Attribute Details
#dynamo_db_capacity_details ⇒ Types::DynamoDBCapacityDetails
The DynamoDB reservations that Amazon Web Services recommends that you purchase.
6120 6121 6122 6123 6124 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6120 class ReservedCapacityDetails < Struct.new( :dynamo_db_capacity_details) SENSITIVE = [] include Aws::Structure end |