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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


7948
7949
7950
7951
7952
7953
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7948

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

#offeringsArray<Types::Offering>

List of offerings

Returns:



7948
7949
7950
7951
7952
7953
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7948

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