Class: Aws::CostExplorer::Types::DynamoDBCapacityDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#capacity_unitsString

The capacity unit of the recommended reservation.

Returns:

  • (String)


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

#regionString

The Amazon Web Services Region of the recommended reservation.

Returns:

  • (String)


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