Class: Aws::MediaLive::Types::ListOfferingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListOfferingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_token ⇒ String
8123 8124 8125 8126 8127 8128 |
# File 'lib/aws-sdk-medialive/types.rb', line 8123 class ListOfferingsResponse < Struct.new( :next_token, :offerings) SENSITIVE = [] include Aws::Structure end |
#offerings ⇒ Array<Types::Offering>
8123 8124 8125 8126 8127 8128 |
# File 'lib/aws-sdk-medialive/types.rb', line 8123 class ListOfferingsResponse < Struct.new( :next_token, :offerings) SENSITIVE = [] include Aws::Structure end |