Class: Aws::Types::StartStreamProcessorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1879
1880
1881
# File 'sig/types.rbs', line 1879

def name
  @name
end

#start_selectorTypes::StreamProcessingStartSelector

Returns the value of attribute start_selector.



1880
1881
1882
# File 'sig/types.rbs', line 1880

def start_selector
  @start_selector
end

#stop_selectorTypes::StreamProcessingStopSelector

Returns the value of attribute stop_selector.



1881
1882
1883
# File 'sig/types.rbs', line 1881

def stop_selector
  @stop_selector
end