Class: Aws::Types::ImportDataRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ON_DIRECTORY_FIRST_ACCESS", "ON_FILE_ACCESS")


216
217
218
# File 'sig/types.rbs', line 216

def trigger
  @trigger
end