Struct cfn::aws::cognito::UserPoolUserToGroupAttachmentProperties [] [src]

pub struct UserPoolUserToGroupAttachmentProperties {
    pub group_name: Value<String>,
    pub user_pool_id: Value<String>,
    pub username: Value<String>,
}

Properties for the UserPoolUserToGroupAttachment resource.

Fields

Property GroupName.

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

Property UserPoolId.

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

Property Username.

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

Trait Implementations

impl Debug for UserPoolUserToGroupAttachmentProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for UserPoolUserToGroupAttachmentProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<UserPoolUserToGroupAttachmentProperties> for UserPoolUserToGroupAttachment
[src]

[src]

Performs the conversion.

Auto Trait Implementations