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)


2066
2067
2068
2069
2070
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2066

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