DescribeAvailabilityOptionsRequest
public struct DescribeAvailabilityOptionsRequest : 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 -
Undocumented
Declaration
Swift
public init(deployed: Bool? = nil, domainName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeAvailabilityOptionsRequest Structure Reference