Class: Aws::MediaLive::Types::ListReservationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Returns:

  • (String)


8025
8026
8027
8028
8029
8030
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8025

class ListReservationsResponse < Struct.new(
  :next_token,
  :reservations)
  SENSITIVE = []
  include Aws::Structure
end

#reservationsArray<Types::Reservation>

Returns:



8025
8026
8027
8028
8029
8030
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8025

class ListReservationsResponse < Struct.new(
  :next_token,
  :reservations)
  SENSITIVE = []
  include Aws::Structure
end