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)


2888
2889
2890
# File 'sig/types.rbs', line 2888

def path
  @path
end

#scan_allBoolean

Returns the value of attribute scan_all.

Returns:

  • (Boolean)


2889
2890
2891
# File 'sig/types.rbs', line 2889

def scan_all
  @scan_all
end

#scan_rate::Float

Returns the value of attribute scan_rate.

Returns:

  • (::Float)


2890
2891
2892
# File 'sig/types.rbs', line 2890

def scan_rate
  @scan_rate
end