Class: Aws::SecurityHub::Types::AwsDynamoDbTableStreamSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The current DynamoDB Streams configuration for the table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_enabledBoolean

Indicates whether DynamoDB Streams is enabled on the table.

Returns:

  • (Boolean)


6373
6374
6375
6376
6377
6378
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6373

class AwsDynamoDbTableStreamSpecification < Struct.new(
  :stream_enabled,
  :stream_view_type)
  SENSITIVE = []
  include Aws::Structure
end

#stream_view_typeString

Determines the information that is written to the table.

Returns:

  • (String)


6373
6374
6375
6376
6377
6378
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6373

class AwsDynamoDbTableStreamSpecification < Struct.new(
  :stream_enabled,
  :stream_view_type)
  SENSITIVE = []
  include Aws::Structure
end