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)


133
134
135
# File 'sig/types.rbs', line 133

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")


135
136
137
# File 'sig/types.rbs', line 135

def context_key_type
  @context_key_type
end

#context_key_values::Array[::String]

Returns the value of attribute context_key_values.

Returns:

  • (::Array[::String])


134
135
136
# File 'sig/types.rbs', line 134

def context_key_values
  @context_key_values
end