GetDeployablePatchSnapshotForInstanceResult

public struct GetDeployablePatchSnapshotForInstanceResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the instance.

    Declaration

    Swift

    public let instanceId: String?
  • Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the instance for the specified patch snapshot.

    Declaration

    Swift

    public let product: String?
  • A pre-signed Amazon S3 URL that can be used to download the patch snapshot.

    Declaration

    Swift

    public let snapshotDownloadUrl: String?
  • The user-defined snapshot ID.

    Declaration

    Swift

    public let snapshotId: String?
  • Undocumented

    Declaration

    Swift

    public init(instanceId: String? = nil, product: String? = nil, snapshotDownloadUrl: String? = nil, snapshotId: String? = nil)