PlatformSummary
public struct PlatformSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The operating system used by the platform version.
Declaration
Swift
public let operatingSystemName: String? -
The version of the operating system used by the platform version.
Declaration
Swift
public let operatingSystemVersion: String? -
The ARN of the platform version.
Declaration
Swift
public let platformArn: String? -
The state of the platform version’s branch in its lifecycle. Possible values: beta | supported | deprecated | retired
Declaration
Swift
public let platformBranchLifecycleState: String? -
The platform branch to which the platform version belongs.
Declaration
Swift
public let platformBranchName: String? -
The category of platform version.
Declaration
Swift
public let platformCategory: String? -
The state of the platform version in its lifecycle. Possible values: recommended | empty If an empty value is returned, the platform version is supported but isn’t the recommended one for its branch.
Declaration
Swift
public let platformLifecycleState: String? -
The AWS account ID of the person who created the platform version.
Declaration
Swift
public let platformOwner: String? -
The status of the platform version. You can create an environment from the platform version once it is ready.
Declaration
Swift
public let platformStatus: PlatformStatus? -
The version string of the platform version.
Declaration
Swift
public let platformVersion: String? -
The additions associated with the platform version.
Declaration
Swift
public let supportedAddonList: [String]? -
The tiers in which the platform version runs.
Declaration
Swift
public let supportedTierList: [String]? -
init(operatingSystemName:operatingSystemVersion:platformArn:platformBranchLifecycleState:platformBranchName:platformCategory:platformLifecycleState:platformOwner:platformStatus:platformVersion:supportedAddonList:supportedTierList:)Undocumented
Declaration
Swift
public init(operatingSystemName: String? = nil, operatingSystemVersion: String? = nil, platformArn: String? = nil, platformBranchLifecycleState: String? = nil, platformBranchName: String? = nil, platformCategory: String? = nil, platformLifecycleState: String? = nil, platformOwner: String? = nil, platformStatus: PlatformStatus? = nil, platformVersion: String? = nil, supportedAddonList: [String]? = nil, supportedTierList: [String]? = nil)
View on GitHub
PlatformSummary Structure Reference