#[non_exhaustive]pub struct PutApplicationPolicyOutput { /* private fields */ }
Implementations§
source§impl PutApplicationPolicyOutput
impl PutApplicationPolicyOutput
sourcepub fn statements(&self) -> Option<&[ApplicationPolicyStatement]>
pub fn statements(&self) -> Option<&[ApplicationPolicyStatement]>
An array of policy statements applied to the application.
source§impl PutApplicationPolicyOutput
impl PutApplicationPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutApplicationPolicyOutput
.
Trait Implementations§
source§impl Clone for PutApplicationPolicyOutput
impl Clone for PutApplicationPolicyOutput
source§fn clone(&self) -> PutApplicationPolicyOutput
fn clone(&self) -> PutApplicationPolicyOutput
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 PutApplicationPolicyOutput
impl Debug for PutApplicationPolicyOutput
source§impl PartialEq<PutApplicationPolicyOutput> for PutApplicationPolicyOutput
impl PartialEq<PutApplicationPolicyOutput> for PutApplicationPolicyOutput
source§fn eq(&self, other: &PutApplicationPolicyOutput) -> bool
fn eq(&self, other: &PutApplicationPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.