Class: Aws::MediaLive::Types::ListMultiplexAlertsResultModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListMultiplexAlertsResultModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
The result of a successful ListMultiplexAlerts request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alerts ⇒ Array<Types::MultiplexAlert>
The alerts found for this multiplex.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#alerts ⇒ Array<Types::MultiplexAlert>
The alerts found for this multiplex
22257 22258 22259 22260 22261 22262 |
# File 'lib/aws-sdk-medialive/types.rb', line 22257 class ListMultiplexAlertsResultModel < Struct.new( :alerts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results
22257 22258 22259 22260 22261 22262 |
# File 'lib/aws-sdk-medialive/types.rb', line 22257 class ListMultiplexAlertsResultModel < Struct.new( :alerts, :next_token) SENSITIVE = [] include Aws::Structure end |