You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsDynamoDbTableStreamSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableStreamSpecification
- Defined in:
- (unknown)
Overview
Note:
When passing AwsDynamoDbTableStreamSpecification as input to an Aws::Client method, you can use a vanilla Hash:
{
stream_enabled: false,
stream_view_type: "NonEmptyString",
}
The current DynamoDB Streams configuration for the table.
Returned by:
Instance Attribute Summary collapse
-
#stream_enabled ⇒ Boolean
Indicates whether DynamoDB Streams is enabled on the table.
-
#stream_view_type ⇒ String
Determines the information that is written to the table.
Instance Attribute Details
#stream_enabled ⇒ Boolean
Indicates whether DynamoDB Streams is enabled on the table.
#stream_view_type ⇒ String
Determines the information that is written to the table.