class Aws::MediaConnect::Types::ListReservationsResponse

The result of a successful ListReservations request. The response includes the details of each offering that your account is eligible for. The response includes the following information for each offering: description, duration, outbound bandwidth, price, Amazon Resource Name (ARN), and the NextToken to use in a subsequent ListOfferings request.

@!attribute [rw] next_token

The token that identifies which batch of results that you want to
see. For example, you submit a ListReservations request with
MaxResults set at 5. The service returns the first batch of results
(up to 5) and a NextToken value. To see the next batch of results,
you can submit the ListReservations request a second time and
specify the NextToken value.
@return [String]

@!attribute [rw] reservations

A list of all reservations that have been purchased by this account
in the current AWS Region.
@return [Array<Types::Reservation>]

@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/ListReservationsResponse AWS API Documentation

Constants

SENSITIVE