CreateDomainResponse
public struct CreateDomainResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the created domain.
Declaration
Swift
public let domainArn: String?
-
The URL to the created domain.
Declaration
Swift
public let url: String?
-
Undocumented
Declaration
Swift
public init(domainArn: String? = nil, url: String? = nil)