Struct rusoto_dax::DeleteSubnetGroupResponse[][src]

pub struct DeleteSubnetGroupResponse {
    pub deletion_message: Option<String>,
}

Fields

A user-specified message for this action (i.e., a reason for deleting the subnet group).

Trait Implementations

impl Default for DeleteSubnetGroupResponse
[src]

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

impl Debug for DeleteSubnetGroupResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteSubnetGroupResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteSubnetGroupResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations