Class: Aws::Types::ParameterDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ParameterDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_pattern ⇒ ::String
Returns the value of attribute allowed_pattern.
-
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
-
#constraint_description ⇒ ::String
Returns the value of attribute constraint_description.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
-
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
-
#min_length ⇒ ::Integer
Returns the value of attribute min_length.
-
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#no_echo ⇒ Boolean
Returns the value of attribute no_echo.
-
#referenced_by_resources ⇒ ::Array[::String]
Returns the value of attribute referenced_by_resources.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#allowed_pattern ⇒ ::String
Returns the value of attribute allowed_pattern.
354 355 356 |
# File 'sig/types.rbs', line 354 def allowed_pattern @allowed_pattern end |
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
355 356 357 |
# File 'sig/types.rbs', line 355 def allowed_values @allowed_values end |
#constraint_description ⇒ ::String
Returns the value of attribute constraint_description.
356 357 358 |
# File 'sig/types.rbs', line 356 def constraint_description @constraint_description end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
357 358 359 |
# File 'sig/types.rbs', line 357 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
358 359 360 |
# File 'sig/types.rbs', line 358 def description @description end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
359 360 361 |
# File 'sig/types.rbs', line 359 def max_length @max_length end |
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
360 361 362 |
# File 'sig/types.rbs', line 360 def max_value @max_value end |
#min_length ⇒ ::Integer
Returns the value of attribute min_length.
361 362 363 |
# File 'sig/types.rbs', line 361 def min_length @min_length end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
362 363 364 |
# File 'sig/types.rbs', line 362 def min_value @min_value end |
#name ⇒ ::String
Returns the value of attribute name.
363 364 365 |
# File 'sig/types.rbs', line 363 def name @name end |
#no_echo ⇒ Boolean
Returns the value of attribute no_echo.
364 365 366 |
# File 'sig/types.rbs', line 364 def no_echo @no_echo end |
#referenced_by_resources ⇒ ::Array[::String]
Returns the value of attribute referenced_by_resources.
365 366 367 |
# File 'sig/types.rbs', line 365 def referenced_by_resources @referenced_by_resources end |
#type ⇒ ::String
Returns the value of attribute type.
366 367 368 |
# File 'sig/types.rbs', line 366 def type @type end |