Class: Aws::Types::StreamSpecification
- Inherits:
-
Object
- Object
- Aws::Types::StreamSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stream_enabled ⇒ Boolean
Returns the value of attribute stream_enabled.
-
#stream_view_type ⇒ "NEW_IMAGE", ...
Returns the value of attribute stream_view_type.
Instance Attribute Details
#stream_enabled ⇒ Boolean
Returns the value of attribute stream_enabled.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def stream_enabled @stream_enabled end |
#stream_view_type ⇒ "NEW_IMAGE", ...
Returns the value of attribute stream_view_type.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def stream_view_type @stream_view_type end |