Class: Aws::Types::ConfigurationOptionDescription
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationOptionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_severity ⇒ ::String
Returns the value of attribute change_severity.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
-
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
-
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#regex ⇒ Types::OptionRestrictionRegex
Returns the value of attribute regex.
-
#user_defined ⇒ Boolean
Returns the value of attribute user_defined.
-
#value_options ⇒ ::Array[::String]
Returns the value of attribute value_options.
-
#value_type ⇒ "Scalar", "List"
Returns the value of attribute value_type.
Instance Attribute Details
#change_severity ⇒ ::String
Returns the value of attribute change_severity.
175 176 177 |
# File 'sig/types.rbs', line 175 def change_severity @change_severity end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
174 175 176 |
# File 'sig/types.rbs', line 174 def default_value @default_value end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
181 182 183 |
# File 'sig/types.rbs', line 181 def max_length @max_length end |
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
180 181 182 |
# File 'sig/types.rbs', line 180 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
179 180 181 |
# File 'sig/types.rbs', line 179 def min_value @min_value end |
#name ⇒ ::String
Returns the value of attribute name.
173 174 175 |
# File 'sig/types.rbs', line 173 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
172 173 174 |
# File 'sig/types.rbs', line 172 def namespace @namespace end |
#regex ⇒ Types::OptionRestrictionRegex
Returns the value of attribute regex.
182 183 184 |
# File 'sig/types.rbs', line 182 def regex @regex end |
#user_defined ⇒ Boolean
Returns the value of attribute user_defined.
176 177 178 |
# File 'sig/types.rbs', line 176 def user_defined @user_defined end |
#value_options ⇒ ::Array[::String]
Returns the value of attribute value_options.
178 179 180 |
# File 'sig/types.rbs', line 178 def @value_options end |
#value_type ⇒ "Scalar", "List"
Returns the value of attribute value_type.
177 178 179 |
# File 'sig/types.rbs', line 177 def value_type @value_type end |