class Aws::MediaLive::Types::Reservation
Reserved resources available to use
@!attribute [rw] arn
Unique reservation ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:reservation:1234567' @return [String]
@!attribute [rw] count
Number of reserved resources @return [Integer]
@!attribute [rw] currency_code
Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD' @return [String]
@!attribute [rw] duration
Lease duration, e.g. '12' @return [Integer]
@!attribute [rw] duration_units
Units for duration, e.g. 'MONTHS' @return [String]
@!attribute [rw] end
Reservation UTC end date and time in ISO-8601 format, e.g. '2019-03-01T00:00:00' @return [String]
@!attribute [rw] fixed_price
One-time charge for each reserved resource, e.g. '0.0' for a NO\_UPFRONT offering @return [Float]
@!attribute [rw] name
User specified reservation name @return [String]
@!attribute [rw] offering_description
Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)' @return [String]
@!attribute [rw] offering_id
Unique offering ID, e.g. '87654321' @return [String]
@!attribute [rw] offering_type
Offering type, e.g. 'NO\_UPFRONT' @return [String]
@!attribute [rw] region
AWS region, e.g. 'us-west-2' @return [String]
@!attribute [rw] reservation_id
Unique reservation ID, e.g. '1234567' @return [String]
@!attribute [rw] resource_specification
Resource configuration details @return [Types::ReservationResourceSpecification]
@!attribute [rw] start
Reservation UTC start date and time in ISO-8601 format, e.g. '2018-03-01T00:00:00' @return [String]
@!attribute [rw] state
Current state of reservation, e.g. 'ACTIVE' @return [String]
@!attribute [rw] tags
A collection of key-value pairs @return [Hash<String,String>]
@!attribute [rw] usage_price
Recurring usage charge for each reserved resource, e.g. '157.0' @return [Float]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Reservation AWS API Documentation
Constants
- SENSITIVE