CreatePlatformVersionResult
public struct CreatePlatformVersionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The builder used to create the custom platform.
Declaration
Swift
public let builder: Builder?
-
Detailed information about the new version of the custom platform.
Declaration
Swift
public let platformSummary: PlatformSummary?
-
Undocumented
Declaration
Swift
public init(builder: Builder? = nil, platformSummary: PlatformSummary? = nil)