Struct aws_sdk_iam::input::GetPolicyVersionInput [−][src]
#[non_exhaustive]pub struct GetPolicyVersionInput {
pub policy_arn: Option<String>,
pub version_id: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.policy_arn: Option<String>
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.
version_id: Option<String>
Identifies the policy version to retrieve.
This parameter allows (through its regex pattern) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPolicyVersion, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPolicyVersion, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetPolicyVersion
>
Creates a new builder-style object to manufacture GetPolicyVersionInput
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.
Identifies the policy version to retrieve.
This parameter allows (through its regex pattern) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetPolicyVersionInput
impl Send for GetPolicyVersionInput
impl Sync for GetPolicyVersionInput
impl Unpin for GetPolicyVersionInput
impl UnwindSafe for GetPolicyVersionInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more