Class: Aws::Types::AwsDynamoDbTableStreamSpecification
- Inherits:
-
Object
- Object
- Aws::Types::AwsDynamoDbTableStreamSpecification
- 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 ⇒ ::String
Returns the value of attribute stream_view_type.
Instance Attribute Details
#stream_enabled ⇒ Boolean
Returns the value of attribute stream_enabled.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def stream_enabled @stream_enabled end |
#stream_view_type ⇒ ::String
Returns the value of attribute stream_view_type.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def stream_view_type @stream_view_type end |