Class: Aws::Types::FieldToProtect

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_keys::Array[::String]

Returns the value of attribute field_keys.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("SINGLE_HEADER", "SINGLE_COOKIE", "SINGLE_QUERY_ARGUMENT", "QUERY_STRING", "BODY")


520
521
522
# File 'sig/types.rbs', line 520

def field_type
  @field_type
end