ProvisioningArtifactParameter
public struct ProvisioningArtifactParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The default value.
Declaration
Swift
public let defaultValue: String?
-
The description of the parameter.
Declaration
Swift
public let description: String?
-
If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.
Declaration
Swift
public let isNoEcho: Bool?
-
Constraints that the administrator has put on a parameter.
Declaration
Swift
public let parameterConstraints: ParameterConstraints?
-
The parameter key.
Declaration
Swift
public let parameterKey: String?
-
The parameter type.
Declaration
Swift
public let parameterType: String?
-
Undocumented
Declaration
Swift
public init(defaultValue: String? = nil, description: String? = nil, isNoEcho: Bool? = nil, parameterConstraints: ParameterConstraints? = nil, parameterKey: String? = nil, parameterType: String? = nil)