Class: Aws::Types::Selector
- Inherits:
-
Object
- Object
- Aws::Types::Selector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "Duration"
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "Duration"
Returns the value of attribute type.
821 822 823 |
# File 'sig/types.rbs', line 821 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
822 823 824 |
# File 'sig/types.rbs', line 822 def value @value end |