GetParametersRequest
public struct GetParametersRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Names of the parameters for which you want to query information. DeclarationSwift public let names: [String]
- 
                  
                  Return decrypted secure string value. 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(names: [String], withDecryption: Bool? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub GetParametersRequest Structure Reference
        GetParametersRequest Structure Reference