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.
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 ⇒ Integer
The length of time that this reservation is active. MediaConnect defines this value 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 |
#duration_units ⇒ String
The unit of measurement for the duration of the reservation. MediaConnect defines this value 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 |
#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.
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_arn ⇒ String
The Amazon Resource Name (ARN) that MediaConnect assigns to 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 |
#offering_description ⇒ String
A description of the offering. MediaConnect defines this value 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 |
#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.
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_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.
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_arn ⇒ String
The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an 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 |
#reservation_name ⇒ String
The name that you assigned to the reservation when you purchased 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 |
#reservation_state ⇒ String
The status of your reservation.
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_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.
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 |
#start ⇒ String
The day and time that the reservation becomes active. You set this value when you purchase 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 |