StartImageBuilderRequest

public struct StartImageBuilderRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

    Declaration

    Swift

    public let appstreamAgentVersion: String?
  • The name of the image builder.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(appstreamAgentVersion: String? = nil, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws