Struct cfn::aws::waf::IPSetProperties [] [src]

pub struct IPSetProperties {
    pub ip_set_descriptors: Option<ValueList<IPSetDescriptor>>,
    pub name: Value<String>,
}

Properties for the IPSet resource.

Fields

Property IPSetDescriptors.

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

Property Name.

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

Trait Implementations

impl Debug for IPSetProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for IPSetProperties
[src]

[src]

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

impl Serialize for IPSetProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<IPSetProperties> for IPSet
[src]

[src]

Performs the conversion.

Auto Trait Implementations