Class: Aws::MediaLive::Types::ListOfferingsResultModel

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

Overview

ListOfferings response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token to retrieve the next page of results

Returns:

  • (String)


11498
11499
11500
11501
11502
11503
# File 'lib/aws-sdk-medialive/types.rb', line 11498

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

#offeringsArray<Types::Offering>

List of offerings

Returns:



11498
11499
11500
11501
11502
11503
# File 'lib/aws-sdk-medialive/types.rb', line 11498

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