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