Class: Aws::CostExplorer::Types::SavingsPlansDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The attribute details on a specific Savings Plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_family ⇒ String
A group of instance types that Savings Plans applies to.
-
#offering_id ⇒ String
The unique ID that’s used to distinguish Savings Plans from one another.
-
#region ⇒ String
A collection of Amazon Web Services resources in a geographic area.
Instance Attribute Details
#instance_family ⇒ String
A group of instance types that Savings Plans applies to.
6578 6579 6580 6581 6582 6583 6584 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6578 class SavingsPlansDetails < Struct.new( :region, :instance_family, :offering_id) SENSITIVE = [] include Aws::Structure end |
#offering_id ⇒ String
The unique ID that’s used to distinguish Savings Plans from one another.
6578 6579 6580 6581 6582 6583 6584 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6578 class SavingsPlansDetails < Struct.new( :region, :instance_family, :offering_id) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
A collection of Amazon Web Services resources in a geographic area. Each Amazon Web Services Region is isolated and independent of the other Regions.
6578 6579 6580 6581 6582 6583 6584 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6578 class SavingsPlansDetails < Struct.new( :region, :instance_family, :offering_id) SENSITIVE = [] include Aws::Structure end |