Struct rusoto_dax::UpdateSubnetGroupRequest [] [src]

pub struct UpdateSubnetGroupRequest {
    pub description: Option<String>,
    pub subnet_group_name: String,
    pub subnet_ids: Option<Vec<String>>,
}

Fields

A description of the subnet group.

The name of the subnet group.

A list of subnet IDs in the subnet group.

Trait Implementations

impl Default for UpdateSubnetGroupRequest
[src]

[src]

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

impl Debug for UpdateSubnetGroupRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateSubnetGroupRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations