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)


6369
6370
6371
6372
6373
6374
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6369

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)


6369
6370
6371
6372
6373
6374
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6369

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