Class: Aws::CostExplorer::Types::SavingsPlansDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

The attribute details on a specific Savings Plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_familyString

A group of instance types that Savings Plans applies to.

Returns:

  • (String)


6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6270

class SavingsPlansDetails < Struct.new(
  :region,
  :instance_family,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end

#offering_idString

The unique ID that's used to distinguish Savings Plans from one another.

Returns:

  • (String)


6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6270

class SavingsPlansDetails < Struct.new(
  :region,
  :instance_family,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

A collection of Amazon Web Services resources in a geographic area. Each Amazon Web Services Region is isolated and independent of the other Regions.

Returns:

  • (String)


6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6270

class SavingsPlansDetails < Struct.new(
  :region,
  :instance_family,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end