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.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def constant_type @constant_type end |
#value ⇒ ::String
Returns the value of attribute value.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def value @value end |