Class: Aws::MediaLive::Types::ListOfferingsResponse

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)


7929
7930
7931
7932
7933
7934
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7929

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

#offeringsArray<Types::Offering>

Returns:



7929
7930
7931
7932
7933
7934
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7929

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