Class: Aws::Types::TopicConstantValue
- Inherits:
-
Object
- Object
- Aws::Types::TopicConstantValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constant_type ⇒ "SINGULAR", ...
Returns the value of attribute constant_type.
-
#maximum ⇒ ::String
Returns the value of attribute maximum.
-
#minimum ⇒ ::String
Returns the value of attribute minimum.
-
#value ⇒ ::String
Returns the value of attribute value.
-
#value_list ⇒ ::Array[Types::CollectiveConstantEntry]
Returns the value of attribute value_list.
Instance Attribute Details
#constant_type ⇒ "SINGULAR", ...
Returns the value of attribute constant_type.
11709 11710 11711 |
# File 'sig/types.rbs', line 11709 def constant_type @constant_type end |
#maximum ⇒ ::String
Returns the value of attribute maximum.
11712 11713 11714 |
# File 'sig/types.rbs', line 11712 def maximum @maximum end |
#minimum ⇒ ::String
Returns the value of attribute minimum.
11711 11712 11713 |
# File 'sig/types.rbs', line 11711 def minimum @minimum end |
#value ⇒ ::String
Returns the value of attribute value.
11710 11711 11712 |
# File 'sig/types.rbs', line 11710 def value @value end |
#value_list ⇒ ::Array[Types::CollectiveConstantEntry]
Returns the value of attribute value_list.
11713 11714 11715 |
# File 'sig/types.rbs', line 11713 def value_list @value_list end |