#[non_exhaustive]pub struct AwsRdsDbInstanceAssociatedRole { /* private fields */ }
Expand description
An IAM role associated with the DB instance.
Implementations
sourceimpl 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.
sourceimpl AwsRdsDbInstanceAssociatedRole
impl AwsRdsDbInstanceAssociatedRole
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRdsDbInstanceAssociatedRole
.
Trait Implementations
sourceimpl Clone for AwsRdsDbInstanceAssociatedRole
impl Clone for AwsRdsDbInstanceAssociatedRole
sourcefn clone(&self) -> AwsRdsDbInstanceAssociatedRole
fn clone(&self) -> AwsRdsDbInstanceAssociatedRole
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<AwsRdsDbInstanceAssociatedRole> for AwsRdsDbInstanceAssociatedRole
impl PartialEq<AwsRdsDbInstanceAssociatedRole> for AwsRdsDbInstanceAssociatedRole
sourcefn eq(&self, other: &AwsRdsDbInstanceAssociatedRole) -> bool
fn eq(&self, other: &AwsRdsDbInstanceAssociatedRole) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AwsRdsDbInstanceAssociatedRole) -> bool
fn ne(&self, other: &AwsRdsDbInstanceAssociatedRole) -> bool
This method tests for !=
.
impl StructuralPartialEq for AwsRdsDbInstanceAssociatedRole
Auto Trait Implementations
impl RefUnwindSafe for AwsRdsDbInstanceAssociatedRole
impl Send for AwsRdsDbInstanceAssociatedRole
impl Sync for AwsRdsDbInstanceAssociatedRole
impl Unpin for AwsRdsDbInstanceAssociatedRole
impl UnwindSafe for AwsRdsDbInstanceAssociatedRole
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more