ListDomainConfigurationsResponse
public struct ListDomainConfigurationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of objects that contain summary information about the user’s domain configurations.
Declaration
Swift
public let domainConfigurations: [DomainConfigurationSummary]?
-
The marker for the next set of results.
Declaration
Swift
public let nextMarker: String?
-
Undocumented
Declaration
Swift
public init(domainConfigurations: [DomainConfigurationSummary]? = nil, nextMarker: String? = nil)