Class: Aws::Types::StreamSpecification

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)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def stream_enabled
  @stream_enabled
end

#stream_view_type"NEW_IMAGE", ...

Returns the value of attribute stream_view_type.

Returns:

  • ("NEW_IMAGE", "OLD_IMAGE", "NEW_AND_OLD_IMAGES", "KEYS_ONLY")


1581
1582
1583
# File 'sig/types.rbs', line 1581

def stream_view_type
  @stream_view_type
end