DescribeDomainEndpointOptionsRequest

public struct DescribeDomainEndpointOptionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration. Defaults to false.

    Declaration

    Swift

    public let deployed: Bool?
  • A string that represents the name of a domain.

    Declaration

    Swift

    public let domainName: String
  • Undocumented

    Declaration

    Swift

    public init(deployed: Bool? = nil, domainName: String)
  • Declaration

    Swift

    public func validate(name: String) throws