Struct rusoto_ssm::GetDeployablePatchSnapshotForInstanceResult [] [src]

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

Fields

The ID of the instance.

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.

impl Clone for GetDeployablePatchSnapshotForInstanceResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more