Struct rusoto_route53::ChangeBatch [] [src]

pub struct ChangeBatch {
    pub changes: Changes,
    pub comment: Option<ResourceDescription>,
}

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 Clone for ChangeBatch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChangeBatch
[src]

Formats the value using the given formatter.