Class: Aws::Types::ConfigurationObject
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#max_value ⇒ ::String
Returns the value of attribute max_value.
-
#min_value ⇒ ::String
Returns the value of attribute min_value.
Instance Attribute Details
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def allowed_values @allowed_values end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def default_value @default_value end |
#max_value ⇒ ::String
Returns the value of attribute max_value.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def max_value @max_value end |
#min_value ⇒ ::String
Returns the value of attribute min_value.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def min_value @min_value end |