Class: Aws::MediaConnect::Types::DescribeReservationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DescribeReservationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful DescribeReservation request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reservation ⇒ Types::Reservation
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.
Instance Attribute Details
#reservation ⇒ Types::Reservation
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.
1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1429 class DescribeReservationResponse < Struct.new( :reservation) SENSITIVE = [] include Aws::Structure end |