Class: Aws::Types::StartStreamProcessorRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartStreamProcessorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#start_selector ⇒ Types::StreamProcessingStartSelector
Returns the value of attribute start_selector.
-
#stop_selector ⇒ Types::StreamProcessingStopSelector
Returns the value of attribute stop_selector.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def name @name end |
#start_selector ⇒ Types::StreamProcessingStartSelector
Returns the value of attribute start_selector.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def start_selector @start_selector end |
#stop_selector ⇒ Types::StreamProcessingStopSelector
Returns the value of attribute stop_selector.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def stop_selector @stop_selector end |