Class: Aws::IVS::Types::StreamFilters

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

Overview

Object specifying the stream attribute on which to filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#healthString

The stream’s health.

Returns:

  • (String)


1916
1917
1918
1919
1920
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1916

class StreamFilters < Struct.new(
  :health)
  SENSITIVE = []
  include Aws::Structure
end