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)


1903
1904
1905
1906
1907
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1903

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