Class: Aws::Types::ProvisioningArtifactParameter
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningArtifactParameter
- 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.
-
#is_no_echo ⇒ Boolean
Returns the value of attribute is_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.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def description @description end |
#is_no_echo ⇒ Boolean
Returns the value of attribute is_no_echo.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def is_no_echo @is_no_echo end |
#parameter_constraints ⇒ Types::ParameterConstraints
Returns the value of attribute parameter_constraints.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def parameter_constraints @parameter_constraints end |
#parameter_key ⇒ ::String
Returns the value of attribute parameter_key.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def parameter_key @parameter_key end |
#parameter_type ⇒ ::String
Returns the value of attribute parameter_type.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def parameter_type @parameter_type end |