Class: Aws::Types::AwsDynamoDbTableStreamSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stream_enabledBoolean

Returns the value of attribute stream_enabled.

Returns:

  • (Boolean)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def stream_enabled
  @stream_enabled
end

#stream_view_type::String

Returns the value of attribute stream_view_type.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def stream_view_type
  @stream_view_type
end