Struct cfn::aws::iam::UserToGroupAdditionProperties [] [src]

pub struct UserToGroupAdditionProperties {
    pub group_name: Value<String>,
    pub users: ValueList<String>,
}

Properties for the UserToGroupAddition resource.

Fields

Property GroupName.

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

Property Users.

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

Trait Implementations

impl Debug for UserToGroupAdditionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for UserToGroupAdditionProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for UserToGroupAdditionProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<UserToGroupAdditionProperties> for UserToGroupAddition
[src]

[src]

Performs the conversion.

Auto Trait Implementations