Struct rusoto_dax::Subnet [] [src]

pub struct Subnet {
    pub subnet_availability_zone: Option<String>,
    pub subnet_identifier: Option<String>,
}

Represents the subnet associated with a DAX cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with DAX.

Fields

The Availability Zone (AZ) for subnet subnet.

The system-assigned identifier for the subnet.

Trait Implementations

impl Default for Subnet
[src]

[src]

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

impl Debug for Subnet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Subnet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Subnet

impl Sync for Subnet