Class: Aws::MediaLive::Types::ListOfferingsResultModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListOfferingsResultModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
ListOfferings response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token to retrieve the next page of results.
-
#offerings ⇒ Array<Types::Offering>
List of offerings.
Instance Attribute Details
#next_token ⇒ String
Token to retrieve the next page of results
8142 8143 8144 8145 8146 8147 |
# File 'lib/aws-sdk-medialive/types.rb', line 8142 class ListOfferingsResultModel < Struct.new( :next_token, :offerings) SENSITIVE = [] include Aws::Structure end |
#offerings ⇒ Array<Types::Offering>
List of offerings
8142 8143 8144 8145 8146 8147 |
# File 'lib/aws-sdk-medialive/types.rb', line 8142 class ListOfferingsResultModel < Struct.new( :next_token, :offerings) SENSITIVE = [] include Aws::Structure end |