ConfigurationOptionsDescription
public struct ConfigurationOptionsDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of ConfigurationOptionDescription.
Declaration
Swift
public let options: [ConfigurationOptionDescription]? -
The ARN of the platform version.
Declaration
Swift
public let platformArn: String? -
The name of the solution stack these configuration options belong to.
Declaration
Swift
public let solutionStackName: String? -
Undocumented
Declaration
Swift
public init(options: [ConfigurationOptionDescription]? = nil, platformArn: String? = nil, solutionStackName: String? = nil)
View on GitHub
ConfigurationOptionsDescription Structure Reference