Class: Aws::Types::ContextEntry
- Inherits:
-
Object
- Object
- Aws::Types::ContextEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_key_name ⇒ ::String
Returns the value of attribute context_key_name.
-
#context_key_type ⇒ "string", ...
Returns the value of attribute context_key_type.
-
#context_key_values ⇒ ::Array[::String]
Returns the value of attribute context_key_values.
Instance Attribute Details
#context_key_name ⇒ ::String
Returns the value of attribute context_key_name.
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.
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.
122 123 124 |
# File 'sig/types.rbs', line 122 def context_key_values @context_key_values end |