Struct rusoto_route53::GetChangeRequest [] [src]

pub struct GetChangeRequest {
    pub id: ResourceId,
}

The input for a GetChange request.

Fields

The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

Trait Implementations

impl Default for GetChangeRequest
[src]

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

impl Clone for GetChangeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetChangeRequest
[src]

Formats the value using the given formatter.