[−][src]Struct rusoto_cloudfront::Distribution
The distribution's information.
Fields
arn: StringThe ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.
active_trusted_signers: ActiveTrustedSignersCloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.
distribution_config: DistributionConfigThe current configuration information for the distribution. Send a GET request to the /CloudFront API version/distribution ID/config resource.
domain_name: StringThe domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.
id: StringThe identifier for the distribution. For example: EDFDVBD632BHDS5.
in_progress_invalidation_batches: i64The number of invalidation batches currently in progress.
last_modified_time: StringThe date and time the distribution was last modified.
status: StringThis response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.
Trait Implementations
impl PartialEq<Distribution> for Distribution[src]
fn eq(&self, other: &Distribution) -> bool[src]
fn ne(&self, other: &Distribution) -> bool[src]
impl Default for Distribution[src]
fn default() -> Distribution[src]
impl Clone for Distribution[src]
fn clone(&self) -> Distribution[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Distribution[src]
Auto Trait Implementations
impl Send for Distribution
impl Sync for Distribution
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>, [src]
T: From<U>,
type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self