Class: Aws::Types::SimpleScopeTerm
- Inherits:
-
Object
- Object
- Aws::Types::SimpleScopeTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparator ⇒ "EQ", ...
Returns the value of attribute comparator.
-
#key ⇒ "OBJECT_EXTENSION", ...
Returns the value of attribute key.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#comparator ⇒ "EQ", ...
Returns the value of attribute comparator.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def comparator @comparator end |
#key ⇒ "OBJECT_EXTENSION", ...
Returns the value of attribute key.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def key @key end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def values @values end |