Class: Aws::SavingsPlans::Types::ParentSavingsPlanOffering

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)


433
434
435
436
437
438
439
440
441
442
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433

class ParentSavingsPlanOffering < Struct.new(
  :offering_id,
  :payment_option,
  :plan_type,
  :duration_seconds,
  :currency,
  :plan_description)
  SENSITIVE = []
  include Aws::Structure
end

#duration_secondsInteger

The duration, in seconds.

Returns:

  • (Integer)


433
434
435
436
437
438
439
440
441
442
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433

class ParentSavingsPlanOffering < Struct.new(
  :offering_id,
  :payment_option,
  :plan_type,
  :duration_seconds,
  :currency,
  :plan_description)
  SENSITIVE = []
  include Aws::Structure
end

#offering_idString

The ID of the offering.

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433

class ParentSavingsPlanOffering < Struct.new(
  :offering_id,
  :payment_option,
  :plan_type,
  :duration_seconds,
  :currency,
  :plan_description)
  SENSITIVE = []
  include Aws::Structure
end

#payment_optionString

The payment option.

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433

class ParentSavingsPlanOffering < Struct.new(
  :offering_id,
  :payment_option,
  :plan_type,
  :duration_seconds,
  :currency,
  :plan_description)
  SENSITIVE = []
  include Aws::Structure
end

#plan_descriptionString

The description.

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433

class ParentSavingsPlanOffering < Struct.new(
  :offering_id,
  :payment_option,
  :plan_type,
  :duration_seconds,
  :currency,
  :plan_description)
  SENSITIVE = []
  include Aws::Structure
end

#plan_typeString

The plan type.

Returns:

  • (String)


433
434
435
436
437
438
439
440
441
442
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433

class ParentSavingsPlanOffering < Struct.new(
  :offering_id,
  :payment_option,
  :plan_type,
  :duration_seconds,
  :currency,
  :plan_description)
  SENSITIVE = []
  include Aws::Structure
end