Struct cfn::aws::ssm::association::Target [] [src]

pub struct Target {
    pub key: Value<String>,
    pub values: ValueList<String>,
}

The AWS::SSM::Association.Target property type.

Fields

Property Key.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Values.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for Target
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Target
[src]

[src]

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

Auto Trait Implementations

impl Send for Target

impl Sync for Target