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.
11319 11320 11321 |
# File 'sig/types.rbs', line 11319 def constant_type @constant_type end |
#maximum ⇒ ::String
Returns the value of attribute maximum.
11322 11323 11324 |
# File 'sig/types.rbs', line 11322 def maximum @maximum end |
#minimum ⇒ ::String
Returns the value of attribute minimum.
11321 11322 11323 |
# File 'sig/types.rbs', line 11321 def minimum @minimum end |
#value ⇒ ::String
Returns the value of attribute value.
11320 11321 11322 |
# File 'sig/types.rbs', line 11320 def value @value end |
#value_list ⇒ ::Array[Types::CollectiveConstantEntry]
Returns the value of attribute value_list.
11323 11324 11325 |
# File 'sig/types.rbs', line 11323 def value_list @value_list end |