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.
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.
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.
134 135 136 |
# File 'sig/types.rbs', line 134 def context_key_values @context_key_values end |