Struct rusoto_ssm::CreateAssociationBatchRequestEntry [] [src]

pub struct CreateAssociationBatchRequestEntry {
    pub document_version: Option<String>,
    pub instance_id: Option<String>,
    pub name: String,
    pub output_location: Option<InstanceAssociationOutputLocation>,
    pub parameters: Option<HashMap<String, Vec<String>>>,
    pub schedule_expression: Option<String>,
    pub targets: Option<Vec<Target>>,
}

Describes the association of a Systems Manager document and an instance.

Fields

The document version.

The ID of the instance.

The name of the configuration document.

An Amazon S3 bucket where you want to store the results of this request.

A description of the parameters for a document.

A cron expression that specifies a schedule when the association runs.

The instances targeted by the request.

Trait Implementations

impl Default for CreateAssociationBatchRequestEntry
[src]

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

impl Debug for CreateAssociationBatchRequestEntry
[src]

Formats the value using the given formatter.

impl Clone for CreateAssociationBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more