CreateDomainConfigurationResponse
public struct CreateDomainConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the domain configuration.
Declaration
Swift
public let domainConfigurationArn: String?
-
The name of the domain configuration.
Declaration
Swift
public let domainConfigurationName: String?
-
Undocumented
Declaration
Swift
public init(domainConfigurationArn: String? = nil, domainConfigurationName: String? = nil)