Struct aws_sdk_securityhub::model::AwsIamInstanceProfileRole [−][src]
#[non_exhaustive]pub struct AwsIamInstanceProfileRole {
pub arn: Option<String>,
pub assume_role_policy_document: Option<String>,
pub create_date: Option<String>,
pub path: Option<String>,
pub role_id: Option<String>,
pub role_name: Option<String>,
}
Expand description
Information about a role associated with an instance profile.
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.arn: Option<String>
The ARN of the role.
assume_role_policy_document: Option<String>
The policy that grants an entity permission to assume the role.
create_date: Option<String>
Indicates when the role 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
.
path: Option<String>
The path to the role.
role_id: Option<String>
The identifier of the role.
role_name: Option<String>
The name of the role.
Implementations
The policy that grants an entity permission to assume the role.
Indicates when the role 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 AwsIamInstanceProfileRole
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 AwsIamInstanceProfileRole
impl Send for AwsIamInstanceProfileRole
impl Sync for AwsIamInstanceProfileRole
impl Unpin for AwsIamInstanceProfileRole
impl UnwindSafe for AwsIamInstanceProfileRole
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