#[non_exhaustive]pub struct GetCloudFrontOriginAccessIdentityInput { /* private fields */ }
Expand description
The request to get an origin access identity's information.
Implementations§
source§impl GetCloudFrontOriginAccessIdentityInput
impl GetCloudFrontOriginAccessIdentityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCloudFrontOriginAccessIdentity, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCloudFrontOriginAccessIdentity, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCloudFrontOriginAccessIdentity
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCloudFrontOriginAccessIdentityInput
.
Trait Implementations§
source§impl Clone for GetCloudFrontOriginAccessIdentityInput
impl Clone for GetCloudFrontOriginAccessIdentityInput
source§fn clone(&self) -> GetCloudFrontOriginAccessIdentityInput
fn clone(&self) -> GetCloudFrontOriginAccessIdentityInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<GetCloudFrontOriginAccessIdentityInput> for GetCloudFrontOriginAccessIdentityInput
impl PartialEq<GetCloudFrontOriginAccessIdentityInput> for GetCloudFrontOriginAccessIdentityInput
source§fn eq(&self, other: &GetCloudFrontOriginAccessIdentityInput) -> bool
fn eq(&self, other: &GetCloudFrontOriginAccessIdentityInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.