UpdateDomainConfigurationResponse
public struct UpdateDomainConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the domain configuration that was updated.
Declaration
Swift
public let domainConfigurationArn: String? -
The name of the domain configuration that was updated.
Declaration
Swift
public let domainConfigurationName: String? -
Undocumented
Declaration
Swift
public init(domainConfigurationArn: String? = nil, domainConfigurationName: String? = nil)
View on GitHub
UpdateDomainConfigurationResponse Structure Reference