TemplateParameter
public struct TemplateParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The default value associated with the parameter.
Declaration
Swift
public let defaultValue: String? -
User defined description associated with the parameter.
Declaration
Swift
public let description: String? -
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
Declaration
Swift
public let noEcho: Bool? -
The name associated with the parameter.
Declaration
Swift
public let parameterKey: String? -
Undocumented
Declaration
Swift
public init(defaultValue: String? = nil, description: String? = nil, noEcho: Bool? = nil, parameterKey: String? = nil)
View on GitHub
TemplateParameter Structure Reference