Struct rusoto_iam::SetDefaultPolicyVersionRequest [] [src]

pub struct SetDefaultPolicyVersionRequest {
    pub policy_arn: ArnType,
    pub version_id: PolicyVersionIdType,
}

Fields

The Amazon Resource Name (ARN) of the IAM policy whose default version you want to set.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

The version of the policy to set as the default (operative) version.

For more information about managed policy versions, see Versioning for Managed Policies in the IAM User Guide.

Trait Implementations

impl Default for SetDefaultPolicyVersionRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for SetDefaultPolicyVersionRequest
[src]

Formats the value using the given formatter.

impl Clone for SetDefaultPolicyVersionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more