CreateDistributionResult
public struct CreateDistributionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that describes the distribution created.
Declaration
Swift
public let distribution: LightsailDistribution?
-
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
Declaration
Swift
public let operation: Operation?
-
Undocumented
Declaration
Swift
public init(distribution: LightsailDistribution? = nil, operation: Operation? = nil)