Class: Aws::Types::ImportDataRule
- Inherits:
-
Object
- Object
- Aws::Types::ImportDataRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#size_less_than ⇒ ::Integer
Returns the value of attribute size_less_than.
-
#trigger ⇒ "ON_DIRECTORY_FIRST_ACCESS", "ON_FILE_ACCESS"
Returns the value of attribute trigger.
Instance Attribute Details
#prefix ⇒ ::String
Returns the value of attribute prefix.
215 216 217 |
# File 'sig/types.rbs', line 215 def prefix @prefix end |
#size_less_than ⇒ ::Integer
Returns the value of attribute size_less_than.
217 218 219 |
# File 'sig/types.rbs', line 217 def size_less_than @size_less_than end |
#trigger ⇒ "ON_DIRECTORY_FIRST_ACCESS", "ON_FILE_ACCESS"
Returns the value of attribute trigger.
216 217 218 |
# File 'sig/types.rbs', line 216 def trigger @trigger end |