GetParameterRequest
public struct GetParameterRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the parameter you want to query.
Declaration
Swift
public let name: String -
Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.
Declaration
Swift
public let withDecryption: Bool? -
Undocumented
Declaration
Swift
public init(name: String, withDecryption: Bool? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetParameterRequest Structure Reference