pub struct PutApplicationPolicyRequest {
pub application_id: String,
pub statements: Vec<ApplicationPolicyStatement>,
}Fields§
§application_id: StringThe Amazon Resource Name (ARN) of the application.
statements: Vec<ApplicationPolicyStatement>An array of policy statements applied to the application.
Trait Implementations§
Source§impl Clone for PutApplicationPolicyRequest
impl Clone for PutApplicationPolicyRequest
Source§fn clone(&self) -> PutApplicationPolicyRequest
fn clone(&self) -> PutApplicationPolicyRequest
Returns a duplicate 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 PutApplicationPolicyRequest
impl Debug for PutApplicationPolicyRequest
Source§impl Default for PutApplicationPolicyRequest
impl Default for PutApplicationPolicyRequest
Source§fn default() -> PutApplicationPolicyRequest
fn default() -> PutApplicationPolicyRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for PutApplicationPolicyRequest
Auto Trait Implementations§
impl Freeze for PutApplicationPolicyRequest
impl RefUnwindSafe for PutApplicationPolicyRequest
impl Send for PutApplicationPolicyRequest
impl Sync for PutApplicationPolicyRequest
impl Unpin for PutApplicationPolicyRequest
impl UnwindSafe for PutApplicationPolicyRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more