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)


7982
7983
7984
7985
7986
7987
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7982

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

#reservationsArray<Types::Reservation>

Returns:



7982
7983
7984
7985
7986
7987
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7982

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