RestoreDomainAccessRequest

public struct RestoreDomainAccessRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the domain.

    Declaration

    Swift

    public let domainName: String
  • The ARN of the fleet.

    Declaration

    Swift

    public let fleetArn: String
  • Undocumented

    Declaration

    Swift

    public init(domainName: String, fleetArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws