pub struct GetApplicationPolicyRequest {
pub application_id: String,
}Fields§
§application_id: StringThe Amazon Resource Name (ARN) of the application.
Trait Implementations§
Source§impl Clone for GetApplicationPolicyRequest
impl Clone for GetApplicationPolicyRequest
Source§fn clone(&self) -> GetApplicationPolicyRequest
fn clone(&self) -> GetApplicationPolicyRequest
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 GetApplicationPolicyRequest
impl Debug for GetApplicationPolicyRequest
Source§impl Default for GetApplicationPolicyRequest
impl Default for GetApplicationPolicyRequest
Source§fn default() -> GetApplicationPolicyRequest
fn default() -> GetApplicationPolicyRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetApplicationPolicyRequest
Auto Trait Implementations§
impl Freeze for GetApplicationPolicyRequest
impl RefUnwindSafe for GetApplicationPolicyRequest
impl Send for GetApplicationPolicyRequest
impl Sync for GetApplicationPolicyRequest
impl Unpin for GetApplicationPolicyRequest
impl UnwindSafe for GetApplicationPolicyRequest
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