#[non_exhaustive]pub struct GetImagePolicyOutput { /* private fields */ }
Implementations§
source§impl GetImagePolicyOutput
impl GetImagePolicyOutput
sourcepub fn builder() -> GetImagePolicyOutputBuilder
pub fn builder() -> GetImagePolicyOutputBuilder
Creates a new builder-style object to manufacture GetImagePolicyOutput
.
Trait Implementations§
source§impl Clone for GetImagePolicyOutput
impl Clone for GetImagePolicyOutput
source§fn clone(&self) -> GetImagePolicyOutput
fn clone(&self) -> GetImagePolicyOutput
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 Debug for GetImagePolicyOutput
impl Debug for GetImagePolicyOutput
source§impl PartialEq<GetImagePolicyOutput> for GetImagePolicyOutput
impl PartialEq<GetImagePolicyOutput> for GetImagePolicyOutput
source§fn eq(&self, other: &GetImagePolicyOutput) -> bool
fn eq(&self, other: &GetImagePolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetImagePolicyOutput
impl RequestId for GetImagePolicyOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.