Class: Aws::Types::ContextKeySelector
- Inherits:
-
Object
- Object
- Aws::Types::ContextKeySelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#equals ⇒ ::Array[::String]
Returns the value of attribute equals.
-
#type ⇒ "TagContext", "RequestContext"
Returns the value of attribute type.
Instance Attribute Details
#equals ⇒ ::Array[::String]
Returns the value of attribute equals.
116 117 118 |
# File 'sig/types.rbs', line 116 def equals @equals end |
#type ⇒ "TagContext", "RequestContext"
Returns the value of attribute type.
115 116 117 |
# File 'sig/types.rbs', line 115 def type @type end |