Struct rusoto_ssm::GetDeployablePatchSnapshotForInstanceResult[][src]

pub struct GetDeployablePatchSnapshotForInstanceResult {
    pub instance_id: Option<String>,
    pub product: Option<String>,
    pub snapshot_download_url: Option<String>,
    pub snapshot_id: Option<String>,
}

Fields

The ID of the instance.

Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the instance for the specified patch snapshot.

A pre-signed Amazon S3 URL that can be used to download the patch snapshot.

The user-defined snapshot ID.

Trait Implementations

impl Default for GetDeployablePatchSnapshotForInstanceResult
[src]

Returns the "default value" for a type. Read more

impl Debug for GetDeployablePatchSnapshotForInstanceResult
[src]

Formats the value using the given formatter. Read more

impl Clone for GetDeployablePatchSnapshotForInstanceResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetDeployablePatchSnapshotForInstanceResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations