GetDeployablePatchSnapshotForInstanceResult
public struct GetDeployablePatchSnapshotForInstanceResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ID of the instance. DeclarationSwift 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. DeclarationSwift public let product: String?
- 
                  
                  A pre-signed Amazon S3 URL that can be used to download the patch snapshot. DeclarationSwift public let snapshotDownloadUrl: String?
- 
                  
                  The user-defined snapshot ID. DeclarationSwift public let snapshotId: String?
- 
                  
                  Undocumented DeclarationSwift public init(instanceId: String? = nil, product: String? = nil, snapshotDownloadUrl: String? = nil, snapshotId: String? = nil)
 View on GitHub
View on GitHub GetDeployablePatchSnapshotForInstanceResult Structure Reference
        GetDeployablePatchSnapshotForInstanceResult Structure Reference