Class: Aws::Types::DataProtection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"SUBSTITUTION", "HASH"

Returns the value of attribute action.

Returns:

  • ("SUBSTITUTION", "HASH")


338
339
340
# File 'sig/types.rbs', line 338

def action
  @action
end

#exclude_rate_based_detailsBoolean

Returns the value of attribute exclude_rate_based_details.

Returns:

  • (Boolean)


340
341
342
# File 'sig/types.rbs', line 340

def exclude_rate_based_details
  @exclude_rate_based_details
end

#exclude_rule_match_detailsBoolean

Returns the value of attribute exclude_rule_match_details.

Returns:

  • (Boolean)


339
340
341
# File 'sig/types.rbs', line 339

def exclude_rule_match_details
  @exclude_rule_match_details
end

#fieldTypes::FieldToProtect

Returns the value of attribute field.



337
338
339
# File 'sig/types.rbs', line 337

def field
  @field
end