Class: Aws::Types::StreamProcessor
- Inherits:
-
Object
- Object
- Aws::Types::StreamProcessor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "STOPPED", ...
Returns the value of attribute status.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def name @name end |
#status ⇒ "STOPPED", ...
Returns the value of attribute status.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def status @status end |