#[non_exhaustive]pub struct AwsRdsDbInstanceAssociatedRole { /* private fields */ }
Expand description
An IAM role associated with the DB instance.
Implementations§
source§impl AwsRdsDbInstanceAssociatedRole
impl AwsRdsDbInstanceAssociatedRole
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The ARN of the IAM role that is associated with the DB instance.
sourcepub fn feature_name(&self) -> Option<&str>
pub fn feature_name(&self) -> Option<&str>
The name of the feature associated with the IAM role.
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
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.
source§impl AwsRdsDbInstanceAssociatedRole
impl AwsRdsDbInstanceAssociatedRole
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRdsDbInstanceAssociatedRole
.
Trait Implementations§
source§impl Clone for AwsRdsDbInstanceAssociatedRole
impl Clone for AwsRdsDbInstanceAssociatedRole
source§fn clone(&self) -> AwsRdsDbInstanceAssociatedRole
fn clone(&self) -> AwsRdsDbInstanceAssociatedRole
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<AwsRdsDbInstanceAssociatedRole> for AwsRdsDbInstanceAssociatedRole
impl PartialEq<AwsRdsDbInstanceAssociatedRole> for AwsRdsDbInstanceAssociatedRole
source§fn eq(&self, other: &AwsRdsDbInstanceAssociatedRole) -> bool
fn eq(&self, other: &AwsRdsDbInstanceAssociatedRole) -> bool
self
and other
values to be equal, and is used
by ==
.