Class: Aws::Types::ContextEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context_key_name::String

Returns the value of attribute context_key_name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def context_key_name
  @context_key_name
end

#context_key_type"string", ...

Returns the value of attribute context_key_type.

Returns:

  • ("string", "stringList", "numeric", "numericList", "boolean", "booleanList", "ip", "ipList", "binary", "binaryList", "date", "dateList")


123
124
125
# File 'sig/types.rbs', line 123

def context_key_type
  @context_key_type
end

#context_key_values::Array[::String]

Returns the value of attribute context_key_values.

Returns:

  • (::Array[::String])


122
123
124
# File 'sig/types.rbs', line 122

def context_key_values
  @context_key_values
end