Class: Aws::Types::LabelMatchStatement
- Inherits:
-
Object
- Object
- Aws::Types::LabelMatchStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#scope ⇒ "LABEL", "NAMESPACE"
Returns the value of attribute scope.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
909 910 911 |
# File 'sig/types.rbs', line 909 def key @key end |
#scope ⇒ "LABEL", "NAMESPACE"
Returns the value of attribute scope.
908 909 910 |
# File 'sig/types.rbs', line 908 def scope @scope end |