Struct rusoto_cloudfront::GetDistributionRequest [] [src]

pub struct GetDistributionRequest {
    pub id: String,
}

The request to get a distribution's information.

Fields

The distribution's ID.

Trait Implementations

impl Default for GetDistributionRequest
[src]

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

impl Clone for GetDistributionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetDistributionRequest
[src]

Formats the value using the given formatter.