Class: Aws::MediaLive::Types::ListClusterAlertsRequest

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

#cluster_idString

Returns:



22675
22676
22677
22678
22679
22680
22681
22682
# File 'lib/aws-sdk-medialive/types.rb', line 22675

class ListClusterAlertsRequest < Struct.new(
  :cluster_id,
  :max_results,
  :next_token,
  :state_filter)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:



22675
22676
22677
22678
22679
22680
22681
22682
# File 'lib/aws-sdk-medialive/types.rb', line 22675

class ListClusterAlertsRequest < Struct.new(
  :cluster_id,
  :max_results,
  :next_token,
  :state_filter)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:



22675
22676
22677
22678
22679
22680
22681
22682
# File 'lib/aws-sdk-medialive/types.rb', line 22675

class ListClusterAlertsRequest < Struct.new(
  :cluster_id,
  :max_results,
  :next_token,
  :state_filter)
  SENSITIVE = []
  include Aws::Structure
end

#state_filterString

Returns:



22675
22676
22677
22678
22679
22680
22681
22682
# File 'lib/aws-sdk-medialive/types.rb', line 22675

class ListClusterAlertsRequest < Struct.new(
  :cluster_id,
  :max_results,
  :next_token,
  :state_filter)
  SENSITIVE = []
  include Aws::Structure
end