Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 930 Bytes

VersionedParameter.md

File metadata and controls

14 lines (11 loc) · 930 Bytes

VersionedParameter

Properties

Name Type Description Notes
Description string The description of the param [optional] [default to null]
Name string The name of the parameter [optional] [default to null]
Provided bool Whether or not the parameter value is provided by a ParameterProvider [optional] [default to null]
ReferencedAssets []VersionedAsset The assets that are referenced by this parameter [optional] [default to null]
Sensitive bool Whether or not the parameter value is sensitive [optional] [default to null]
Value string The value of the parameter [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]