Struct rusoto_ssm::PatchSource[][src]

pub struct PatchSource {
    pub configuration: String,
    pub name: String,
    pub products: Vec<String>,
}

Information about the patches to use to update the instances, including target operating systems and source repository. Applies to Linux instances only.

Fields

The value of the yum repo configuration. For example:

cachedir=/var/cache/yum/$basesearch

$releasever

keepcache=0

debualevel=2

The name specified to identify the patch source.

The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see PatchFilter.

Trait Implementations

impl Default for PatchSource
[src]

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

impl Debug for PatchSource
[src]

Formats the value using the given formatter. Read more

impl Clone for PatchSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PatchSource
[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

impl Send for PatchSource

impl Sync for PatchSource