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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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)


1887
1888
1889
1890
1891
1892
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1887

class DynamoDBCapacityDetails < Struct.new(
  :capacity_units,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region of the recommended reservation.

Returns:

  • (String)


1887
1888
1889
1890
1891
1892
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1887

class DynamoDBCapacityDetails < Struct.new(
  :capacity_units,
  :region)
  SENSITIVE = []
  include Aws::Structure
end