Struct rusoto_route53::ChangeResourceRecordSetsResponse[][src]

pub struct ChangeResourceRecordSetsResponse {
    pub change_info: ChangeInfo,
}

A complex type containing the response for the request.

Fields

A complex type that contains information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

Trait Implementations

impl Default for ChangeResourceRecordSetsResponse
[src]

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

impl Debug for ChangeResourceRecordSetsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ChangeResourceRecordSetsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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