Class: Aws::Types::UpdateStreamProcessorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamProcessorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_sharing_preference_for_update ⇒ Types::StreamProcessorDataSharingPreference
Returns the value of attribute data_sharing_preference_for_update.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters_to_delete ⇒ ::Array[("ConnectedHomeMinConfidence" | "RegionsOfInterest")]
Returns the value of attribute parameters_to_delete.
-
#regions_of_interest_for_update ⇒ ::Array[Types::RegionOfInterest]
Returns the value of attribute regions_of_interest_for_update.
-
#settings_for_update ⇒ Types::StreamProcessorSettingsForUpdate
Returns the value of attribute settings_for_update.
Instance Attribute Details
#data_sharing_preference_for_update ⇒ Types::StreamProcessorDataSharingPreference
Returns the value of attribute data_sharing_preference_for_update.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def data_sharing_preference_for_update @data_sharing_preference_for_update end |
#name ⇒ ::String
Returns the value of attribute name.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def name @name end |
#parameters_to_delete ⇒ ::Array[("ConnectedHomeMinConfidence" | "RegionsOfInterest")]
Returns the value of attribute parameters_to_delete.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def parameters_to_delete @parameters_to_delete end |
#regions_of_interest_for_update ⇒ ::Array[Types::RegionOfInterest]
Returns the value of attribute regions_of_interest_for_update.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def regions_of_interest_for_update @regions_of_interest_for_update end |
#settings_for_update ⇒ Types::StreamProcessorSettingsForUpdate
Returns the value of attribute settings_for_update.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def settings_for_update @settings_for_update end |