Class: Aws::Types::ParameterDeclaration
- Inherits:
-
Object
- Object
- Aws::Types::ParameterDeclaration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#no_echo ⇒ Boolean
Returns the value of attribute no_echo.
-
#parameter_constraints ⇒ Types::ParameterConstraints
Returns the value of attribute parameter_constraints.
-
#parameter_key ⇒ ::String
Returns the value of attribute parameter_key.
-
#parameter_type ⇒ ::String
Returns the value of attribute parameter_type.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def description @description end |
#no_echo ⇒ Boolean
Returns the value of attribute no_echo.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def no_echo @no_echo end |
#parameter_constraints ⇒ Types::ParameterConstraints
Returns the value of attribute parameter_constraints.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def parameter_constraints @parameter_constraints end |
#parameter_key ⇒ ::String
Returns the value of attribute parameter_key.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def parameter_key @parameter_key end |
#parameter_type ⇒ ::String
Returns the value of attribute parameter_type.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def parameter_type @parameter_type end |