Class: Aws::Types::DynamoDBTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2878
2879
2880
# File 'sig/types.rbs', line 2878

def path
  @path
end

#scan_allBoolean

Returns the value of attribute scan_all.

Returns:

  • (Boolean)


2879
2880
2881
# File 'sig/types.rbs', line 2879

def scan_all
  @scan_all
end

#scan_rate::Float

Returns the value of attribute scan_rate.

Returns:

  • (::Float)


2880
2881
2882
# File 'sig/types.rbs', line 2880

def scan_rate
  @scan_rate
end