Class: Aws::MediaLive::Types::ListClusterAlertsResultModel

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

The result of a successful ListClusterAlerts request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alertsArray<Types::ClusterAlert>

The alerts found for this cluster



22200
22201
22202
22203
22204
22205
# File 'lib/aws-sdk-medialive/types.rb', line 22200

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

#next_tokenString

The token to use to retrieve the next page of results



22200
22201
22202
22203
22204
22205
# File 'lib/aws-sdk-medialive/types.rb', line 22200

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