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
show all
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

Instance Attribute Details

#stream_enabledBoolean

Indicates whether DynamoDB Streams is enabled on the table.

Returns:

  • (Boolean)

    Indicates whether DynamoDB Streams is enabled on the table.

#stream_view_typeString

Determines the information that is written to the table.

Returns:

  • (String)

    Determines the information that is written to the table.