Struct rusoto_ssm::MaintenanceWindowAutomationParameters [] [src]

pub struct MaintenanceWindowAutomationParameters {
    pub document_version: Option<String>,
    pub parameters: Option<HashMap<String, Vec<String>>>,
}

The parameters for an AUTOMATION task type.

Fields

The version of an Automation document to use during task execution.

The parameters for the AUTOMATION task.

Trait Implementations

impl Default for MaintenanceWindowAutomationParameters
[src]

[src]

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

impl Debug for MaintenanceWindowAutomationParameters
[src]

[src]

Formats the value using the given formatter.

impl Clone for MaintenanceWindowAutomationParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more