Struct cfn::aws::ec2::instance::SsmAssociation [] [src]

pub struct SsmAssociation {
    pub association_parameters: Option<ValueList<AssociationParameter>>,
    pub document_name: Value<String>,
}

Fields

Property AssociationParameters.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property DocumentName.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for SsmAssociation
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SsmAssociation
[src]

[src]

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

Auto Trait Implementations