Class: Aws::Types::UpdateStreamProcessorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_sharing_preference_for_updateTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("ConnectedHomeMinConfidence" | "RegionsOfInterest")])


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.

Returns:



2107
2108
2109
# File 'sig/types.rbs', line 2107

def regions_of_interest_for_update
  @regions_of_interest_for_update
end

#settings_for_updateTypes::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