#[non_exhaustive]pub struct GetApplicationPolicyInput { /* private fields */ }
Implementations
sourceimpl GetApplicationPolicyInput
impl GetApplicationPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetApplicationPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetApplicationPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetApplicationPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApplicationPolicyInput
.
sourceimpl GetApplicationPolicyInput
impl GetApplicationPolicyInput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the application.
Trait Implementations
sourceimpl Clone for GetApplicationPolicyInput
impl Clone for GetApplicationPolicyInput
sourcefn clone(&self) -> GetApplicationPolicyInput
fn clone(&self) -> GetApplicationPolicyInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetApplicationPolicyInput
impl Debug for GetApplicationPolicyInput
sourceimpl PartialEq<GetApplicationPolicyInput> for GetApplicationPolicyInput
impl PartialEq<GetApplicationPolicyInput> for GetApplicationPolicyInput
sourcefn eq(&self, other: &GetApplicationPolicyInput) -> bool
fn eq(&self, other: &GetApplicationPolicyInput) -> bool
impl StructuralPartialEq for GetApplicationPolicyInput
Auto Trait Implementations
impl RefUnwindSafe for GetApplicationPolicyInput
impl Send for GetApplicationPolicyInput
impl Sync for GetApplicationPolicyInput
impl Unpin for GetApplicationPolicyInput
impl UnwindSafe for GetApplicationPolicyInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more