Struct rusoto_route53::ChangeResourceRecordSetsRequest [] [src]

pub struct ChangeResourceRecordSetsRequest {
    pub change_batch: ChangeBatch,
    pub hosted_zone_id: ResourceId,
}

A complex type that contains change information for the resource record set.

Fields

A complex type that contains an optional comment and the Changes element.

The ID of the hosted zone that contains the resource record sets that you want to change.

Trait Implementations

impl Default for ChangeResourceRecordSetsRequest
[src]

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

impl Clone for ChangeResourceRecordSetsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChangeResourceRecordSetsRequest
[src]

Formats the value using the given formatter.