Class: Aws::MediaLive::Types::ListMultiplexAlertsResultModel

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#alertsArray<Types::MultiplexAlert>

The alerts found for this multiplex

Returns:



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_tokenString

The token to use to retrieve the next page of results

Returns:

  • (String)


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