#[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 more