Class: Aws::Types::CreateStreamProcessorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamProcessorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_sharing_preference ⇒ Types::StreamProcessorDataSharingPreference
Returns the value of attribute data_sharing_preference.
-
#input ⇒ Types::StreamProcessorInput
Returns the value of attribute input.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notification_channel ⇒ Types::StreamProcessorNotificationChannel
Returns the value of attribute notification_channel.
-
#output ⇒ Types::StreamProcessorOutput
Returns the value of attribute output.
-
#regions_of_interest ⇒ ::Array[Types::RegionOfInterest]
Returns the value of attribute regions_of_interest.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#settings ⇒ Types::StreamProcessorSettings
Returns the value of attribute settings.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#data_sharing_preference ⇒ Types::StreamProcessorDataSharingPreference
Returns the value of attribute data_sharing_preference.
299 300 301 |
# File 'sig/types.rbs', line 299 def data_sharing_preference @data_sharing_preference end |
#input ⇒ Types::StreamProcessorInput
Returns the value of attribute input.
290 291 292 |
# File 'sig/types.rbs', line 290 def input @input end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
292 293 294 |
# File 'sig/types.rbs', line 292 def name @name end |
#notification_channel ⇒ Types::StreamProcessorNotificationChannel
Returns the value of attribute notification_channel.
296 297 298 |
# File 'sig/types.rbs', line 296 def notification_channel @notification_channel end |
#output ⇒ Types::StreamProcessorOutput
Returns the value of attribute output.
291 292 293 |
# File 'sig/types.rbs', line 291 def output @output end |
#regions_of_interest ⇒ ::Array[Types::RegionOfInterest]
Returns the value of attribute regions_of_interest.
298 299 300 |
# File 'sig/types.rbs', line 298 def regions_of_interest @regions_of_interest end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
294 295 296 |
# File 'sig/types.rbs', line 294 def role_arn @role_arn end |
#settings ⇒ Types::StreamProcessorSettings
Returns the value of attribute settings.
293 294 295 |
# File 'sig/types.rbs', line 293 def settings @settings end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
295 296 297 |
# File 'sig/types.rbs', line 295 def @tags end |