Struct aws_sdk_securityhub::model::AwsIamPolicyVersion [−][src]
#[non_exhaustive]pub struct AwsIamPolicyVersion {
pub version_id: Option<String>,
pub is_default_version: bool,
pub create_date: Option<String>,
}
Expand description
A version of an IAM policy.
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.version_id: Option<String>
The identifier of the policy version.
is_default_version: bool
Whether the version is the default version.
create_date: Option<String>
Indicates when the version was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Implementations
The identifier of the policy version.
Whether the version is the default version.
Indicates when the version was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Creates a new builder-style object to manufacture AwsIamPolicyVersion
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 AwsIamPolicyVersion
impl Send for AwsIamPolicyVersion
impl Sync for AwsIamPolicyVersion
impl Unpin for AwsIamPolicyVersion
impl UnwindSafe for AwsIamPolicyVersion
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