DescribeExpressionsRequest
public struct DescribeExpressionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.
Declaration
Swift
public let deployed: Bool?
-
The name of the domain you want to describe.
Declaration
Swift
public let domainName: String
-
Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.
Declaration
Swift
public let expressionNames: [String]?
-
Undocumented
Declaration
Swift
public init(deployed: Bool? = nil, domainName: String, expressionNames: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws