Class: Aws::SavingsPlans::Types::SavingsPlanOffering

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

Overview

Information about a Savings Plan offering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

The currency.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#duration_secondsInteger

The duration, in seconds.

Returns:

  • (Integer)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#offering_idString

The ID of the offering.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#operationString

The specific Amazon Web Services operation for the line item in the billing report.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#payment_optionString

The payment option.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#plan_typeString

The plan type.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#product_typesArray<String>

The product type.

Returns:

  • (Array<String>)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesArray<Types::SavingsPlanOfferingProperty>

The properties.



664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The service.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#usage_typeString

The usage details of the line item in the billing report.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 664

class SavingsPlanOffering < Struct.new(
  :offering_id,
  :product_types,
  :plan_type,
  :description,
  :payment_option,
  :duration_seconds,
  :currency,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end