#[non_exhaustive]pub struct GetBucketPolicyStatusOutput { /* private fields */ }Implementations§
source§impl GetBucketPolicyStatusOutput
impl GetBucketPolicyStatusOutput
sourcepub fn policy_status(&self) -> Option<&PolicyStatus>
pub fn policy_status(&self) -> Option<&PolicyStatus>
The policy status for the specified bucket.
source§impl GetBucketPolicyStatusOutput
impl GetBucketPolicyStatusOutput
sourcepub fn builder() -> GetBucketPolicyStatusOutputBuilder
pub fn builder() -> GetBucketPolicyStatusOutputBuilder
Creates a new builder-style object to manufacture GetBucketPolicyStatusOutput.
Trait Implementations§
source§impl Clone for GetBucketPolicyStatusOutput
impl Clone for GetBucketPolicyStatusOutput
source§fn clone(&self) -> GetBucketPolicyStatusOutput
fn clone(&self) -> GetBucketPolicyStatusOutput
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 GetBucketPolicyStatusOutput
impl Debug for GetBucketPolicyStatusOutput
source§impl PartialEq<GetBucketPolicyStatusOutput> for GetBucketPolicyStatusOutput
impl PartialEq<GetBucketPolicyStatusOutput> for GetBucketPolicyStatusOutput
source§fn eq(&self, other: &GetBucketPolicyStatusOutput) -> bool
fn eq(&self, other: &GetBucketPolicyStatusOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetBucketPolicyStatusOutput
impl RequestId for GetBucketPolicyStatusOutput
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.source§impl RequestIdExt for GetBucketPolicyStatusOutput
impl RequestIdExt for GetBucketPolicyStatusOutput
source§fn extended_request_id(&self) -> Option<&str>
fn extended_request_id(&self) -> Option<&str>
Returns the S3 Extended Request ID necessary when contacting AWS Support.