Class: Aws::IVS::Types::StreamFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::StreamFilters
- 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
-
#health ⇒ String
The stream’s health.
Instance Attribute Details
#health ⇒ String
The stream’s health.
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 |