Class: Aws::MediaLive::Types::ListAlertsResponse

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::ChannelAlert>

Returns:



22210
22211
22212
22213
22214
22215
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22210

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

#next_tokenString

Returns:

  • (String)


22210
22211
22212
22213
22214
22215
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22210

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