Class: Aws::SecurityHub::Types::AwsDynamoDbTableStreamSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableStreamSpecification
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The current DynamoDB Streams configuration for the table.
Constant Summary collapse
- SENSITIVE =
[]
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.
6372 6373 6374 6375 6376 6377 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6372 class AwsDynamoDbTableStreamSpecification < Struct.new( :stream_enabled, :stream_view_type) SENSITIVE = [] include Aws::Structure end |
#stream_view_type ⇒ String
Determines the information that is written to the table.
6372 6373 6374 6375 6376 6377 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6372 class AwsDynamoDbTableStreamSpecification < Struct.new( :stream_enabled, :stream_view_type) SENSITIVE = [] include Aws::Structure end |