Class: Aws::Types::StreamProcessorSettings
- Inherits:
-
Object
- Object
- Aws::Types::StreamProcessorSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connected_home ⇒ Types::ConnectedHomeSettings
Returns the value of attribute connected_home.
-
#face_search ⇒ Types::FaceSearchSettings
Returns the value of attribute face_search.
Instance Attribute Details
#connected_home ⇒ Types::ConnectedHomeSettings
Returns the value of attribute connected_home.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def connected_home @connected_home end |
#face_search ⇒ Types::FaceSearchSettings
Returns the value of attribute face_search.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def face_search @face_search end |