Class: Aws::MediaConnect::Types::Reservation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::Reservation
- 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
-
#currency_code ⇒ String
The type of currency that is used for billing.
-
#duration ⇒ Integer
The length of time that this reservation is active.
-
#duration_units ⇒ String
The unit of measurement for the duration of the reservation.
-
#end ⇒ String
The day and time that this reservation expires.
-
#offering_arn ⇒ String
The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.
-
#offering_description ⇒ String
A description of the offering.
-
#price_per_unit ⇒ String
The cost of a single unit.
-
#price_units ⇒ String
The unit of measurement that is used for billing.
-
#reservation_arn ⇒ String
The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering.
-
#reservation_name ⇒ String
The name that you assigned to the reservation when you purchased the offering.
-
#reservation_state ⇒ String
The status of your reservation.
-
#resource_specification ⇒ Types::ResourceSpecification
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
-
#start ⇒ String
The day and time that the reservation becomes active.
Instance Attribute Details
#currency_code ⇒ String
The type of currency that is used for billing. The currencyCode used for your reservation is US dollars.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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 ⇒ Integer
The length of time that this reservation is active. MediaConnect defines this value in the offering.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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_units ⇒ String
The unit of measurement for the duration of the reservation. MediaConnect defines this value in the offering.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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 |
#end ⇒ String
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.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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_arn ⇒ String
The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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_description ⇒ String
A description of the offering. MediaConnect defines this value in the offering.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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_unit ⇒ String
The cost of a single unit. This value, in combination with priceUnits, makes up the rate. MediaConnect defines this value in the offering.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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_units ⇒ String
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.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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_arn ⇒ String
The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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_name ⇒ String
The name that you assigned to the reservation when you purchased the offering.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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_state ⇒ String
The status of your reservation.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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_specification ⇒ Types::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.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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 |
#start ⇒ String
The day and time that the reservation becomes active. You set this value when you purchase the offering.
3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3632 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 |