Struct cfn::aws::inspector::ResourceGroupProperties [] [src]

pub struct ResourceGroupProperties {
    pub resource_group_tags: ValueList<Tag>,
}

Properties for the ResourceGroup resource.

Fields

Property ResourceGroupTags.

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

Trait Implementations

impl Debug for ResourceGroupProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ResourceGroupProperties
[src]

[src]

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

impl Serialize for ResourceGroupProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ResourceGroupProperties> for ResourceGroup
[src]

[src]

Performs the conversion.

Auto Trait Implementations