Class: Aws::Types::CollectiveConstantEntry
- Inherits:
-
Object
- Object
- Aws::Types::CollectiveConstantEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constant_type ⇒ "SINGULAR", ...
Returns the value of attribute constant_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#constant_type ⇒ "SINGULAR", ...
Returns the value of attribute constant_type.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def constant_type @constant_type end |
#value ⇒ ::String
Returns the value of attribute value.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def value @value end |