Struct aws_sdk_iam::input::GetPolicyInput
source · #[non_exhaustive]pub struct GetPolicyInput { /* private fields */ }Implementations§
source§impl GetPolicyInput
impl GetPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetPolicy>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPolicyInput.
source§impl GetPolicyInput
impl GetPolicyInput
sourcepub fn policy_arn(&self) -> Option<&str>
pub fn policy_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the managed policy that you want information about.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Trait Implementations§
source§impl Clone for GetPolicyInput
impl Clone for GetPolicyInput
source§fn clone(&self) -> GetPolicyInput
fn clone(&self) -> GetPolicyInput
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 GetPolicyInput
impl Debug for GetPolicyInput
source§impl PartialEq<GetPolicyInput> for GetPolicyInput
impl PartialEq<GetPolicyInput> for GetPolicyInput
source§fn eq(&self, other: &GetPolicyInput) -> bool
fn eq(&self, other: &GetPolicyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.