Struct rusoto_ssm::MaintenanceWindowTaskParameterValueExpression[][src]

pub struct MaintenanceWindowTaskParameterValueExpression {
    pub values: Option<Vec<String>>,
}

Defines the values for a task parameter.

Fields

This field contains an array of 0 or more strings, each 1 to 255 characters in length.

Trait Implementations

impl Default for MaintenanceWindowTaskParameterValueExpression
[src]

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

impl Debug for MaintenanceWindowTaskParameterValueExpression
[src]

Formats the value using the given formatter. Read more

impl Clone for MaintenanceWindowTaskParameterValueExpression
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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