Struct rusoto_route53::ChangeBatch[][src]

pub struct ChangeBatch {
    pub changes: Vec<Change>,
    pub comment: Option<String>,
}

The information for a change request.

Fields

Information about the changes to make to the record sets.

Optional: Any comments you want to include about a change batch request.

Trait Implementations

impl Default for ChangeBatch
[src]

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

impl Debug for ChangeBatch
[src]

Formats the value using the given formatter. Read more

impl Clone for ChangeBatch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ChangeBatch
[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

impl Send for ChangeBatch

impl Sync for ChangeBatch