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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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.



3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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)


3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3609

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