Class: Aws::MediaConnect::Types::Offering

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

Overview

A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The type of currency that is used for billing. The currencyCode used for all reservations is US dollars.

Returns:

  • (String)


3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3098

class Offering < Struct.new(
  :currency_code,
  :duration,
  :duration_units,
  :offering_arn,
  :offering_description,
  :price_per_unit,
  :price_units,
  :resource_specification)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

The length of time that your reservation would be active.

Returns:

  • (Integer)


3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3098

class Offering < Struct.new(
  :currency_code,
  :duration,
  :duration_units,
  :offering_arn,
  :offering_description,
  :price_per_unit,
  :price_units,
  :resource_specification)
  SENSITIVE = []
  include Aws::Structure
end

#duration_unitsString

The unit of measurement for the duration of the offering.

Returns:

  • (String)


3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3098

class Offering < Struct.new(
  :currency_code,
  :duration,
  :duration_units,
  :offering_arn,
  :offering_description,
  :price_per_unit,
  :price_units,
  :resource_specification)
  SENSITIVE = []
  include Aws::Structure
end

#offering_arnString

The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.

Returns:

  • (String)


3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3098

class Offering < Struct.new(
  :currency_code,
  :duration,
  :duration_units,
  :offering_arn,
  :offering_description,
  :price_per_unit,
  :price_units,
  :resource_specification)
  SENSITIVE = []
  include Aws::Structure
end

#offering_descriptionString

A description of the offering.

Returns:

  • (String)


3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3098

class Offering < Struct.new(
  :currency_code,
  :duration,
  :duration_units,
  :offering_arn,
  :offering_description,
  :price_per_unit,
  :price_units,
  :resource_specification)
  SENSITIVE = []
  include Aws::Structure
end

#price_per_unitString

The cost of a single unit. This value, in combination with priceUnits, makes up the rate.

Returns:

  • (String)


3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3098

class Offering < Struct.new(
  :currency_code,
  :duration,
  :duration_units,
  :offering_arn,
  :offering_description,
  :price_per_unit,
  :price_units,
  :resource_specification)
  SENSITIVE = []
  include Aws::Structure
end

#price_unitsString

The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate.

Returns:

  • (String)


3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3098

class Offering < Struct.new(
  :currency_code,
  :duration,
  :duration_units,
  :offering_arn,
  :offering_description,
  :price_per_unit,
  :price_units,
  :resource_specification)
  SENSITIVE = []
  include Aws::Structure
end

#resource_specificationTypes::ResourceSpecification

A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.



3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3098

class Offering < Struct.new(
  :currency_code,
  :duration,
  :duration_units,
  :offering_arn,
  :offering_description,
  :price_per_unit,
  :price_units,
  :resource_specification)
  SENSITIVE = []
  include Aws::Structure
end