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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alertsArray<Types::ClusterAlert>

Returns:



22267
22268
22269
22270
22271
22272
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22267

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

#next_tokenString

Returns:

  • (String)


22267
22268
22269
22270
22271
22272
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22267

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