Class: Aws::Types::DynamoDBTarget
- Inherits:
-
Object
- Object
- Aws::Types::DynamoDBTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path ⇒ ::String
Returns the value of attribute path.
-
#scan_all ⇒ Boolean
Returns the value of attribute scan_all.
-
#scan_rate ⇒ ::Float
Returns the value of attribute scan_rate.
Instance Attribute Details
#path ⇒ ::String
Returns the value of attribute path.
2888 2889 2890 |
# File 'sig/types.rbs', line 2888 def path @path end |
#scan_all ⇒ Boolean
Returns the value of attribute scan_all.
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.
2890 2891 2892 |
# File 'sig/types.rbs', line 2890 def scan_rate @scan_rate end |