Class: Aws::Types::FieldToProtect
- Inherits:
-
Object
- Object
- Aws::Types::FieldToProtect
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_keys ⇒ ::Array[::String]
Returns the value of attribute field_keys.
-
#field_type ⇒ "SINGLE_HEADER", ...
Returns the value of attribute field_type.
Instance Attribute Details
#field_keys ⇒ ::Array[::String]
Returns the value of attribute field_keys.
521 522 523 |
# File 'sig/types.rbs', line 521 def field_keys @field_keys end |
#field_type ⇒ "SINGLE_HEADER", ...
Returns the value of attribute field_type.
520 521 522 |
# File 'sig/types.rbs', line 520 def field_type @field_type end |