Class: Aws::MediaLive::Types::ListClusterAlertsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alertsArray<Types::ClusterAlert>



22181
22182
22183
22184
22185
22186
# File 'lib/aws-sdk-medialive/types.rb', line 22181

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

#next_tokenString



22181
22182
22183
22184
22185
22186
# File 'lib/aws-sdk-medialive/types.rb', line 22181

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