Class: Aws::MediaConnect::Types::Reservation

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

Overview

A pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate.

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 your reservation is US dollars.

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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

#durationInteger

The length of time that this reservation is active. MediaConnect defines this value in the offering.

Returns:

  • (Integer)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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

#duration_unitsString

The unit of measurement for the duration of the reservation. MediaConnect defines this value in the offering.

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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

#endString

The day and time that this reservation expires. This value is calculated based on the start date and time that you set and the offering's duration.

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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

#offering_arnString

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

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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

#offering_descriptionString

A description of the offering. MediaConnect defines this value in the offering.

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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

#price_per_unitString

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

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

class Reservation < Struct.new(
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :offering_arn,
  :offering_description,
  :price_per_unit,
  :price_units,
  :reservation_arn,
  :reservation_name,
  :reservation_state,
  :resource_specification,
  :start)
  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. MediaConnect defines this value in the offering.

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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

#reservation_arnString

The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering.

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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

#reservation_nameString

The name that you assigned to the reservation when you purchased the offering.

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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

#reservation_stateString

The status of your reservation.

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

class Reservation < Struct.new(
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :offering_arn,
  :offering_description,
  :price_per_unit,
  :price_units,
  :reservation_arn,
  :reservation_name,
  :reservation_state,
  :resource_specification,
  :start)
  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. MediaConnect defines the values that make up the resourceSpecification in the offering.



3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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

#startString

The day and time that the reservation becomes active. You set this value when you purchase the offering.

Returns:

  • (String)


3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3547

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