Struct aws_sdk_securityhub::model::AwsRdsDbInstanceAssociatedRole [−][src]
#[non_exhaustive]pub struct AwsRdsDbInstanceAssociatedRole {
pub role_arn: Option<String>,
pub feature_name: Option<String>,
pub status: Option<String>,
}
Expand description
An IAM role associated with the DB instance.
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.role_arn: Option<String>
The ARN of the IAM role that is associated with the DB instance.
feature_name: Option<String>
The name of the feature associated with the IAM role.
status: Option<String>
Describes the state of the association between the IAM role and the DB instance. The
Status
property returns one of the following values:
-
ACTIVE
- The IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. -
PENDING
- The IAM role ARN is being associated with the DB instance. -
INVALID
- The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
Implementations
The ARN of the IAM role that is associated with the DB instance.
The name of the feature associated with the IAM role.
Describes the state of the association between the IAM role and the DB instance. The
Status
property returns one of the following values:
-
ACTIVE
- The IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf. -
PENDING
- The IAM role ARN is being associated with the DB instance. -
INVALID
- The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
Creates a new builder-style object to manufacture AwsRdsDbInstanceAssociatedRole
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 Send for AwsRdsDbInstanceAssociatedRole
impl Sync for AwsRdsDbInstanceAssociatedRole
impl Unpin for AwsRdsDbInstanceAssociatedRole
impl UnwindSafe for AwsRdsDbInstanceAssociatedRole
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