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.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def path @path end |
#scan_all ⇒ Boolean
Returns the value of attribute scan_all.
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.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def scan_rate @scan_rate end |