Struct aws_sdk_rds::input::RemoveRoleFromDbInstanceInput
source · [−]#[non_exhaustive]pub struct RemoveRoleFromDbInstanceInput { /* private fields */ }Implementations
sourceimpl RemoveRoleFromDbInstanceInput
impl RemoveRoleFromDbInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveRoleFromDBInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveRoleFromDBInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveRoleFromDBInstance>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveRoleFromDbInstanceInput.
sourceimpl RemoveRoleFromDbInstanceInput
impl RemoveRoleFromDbInstanceInput
sourcepub fn db_instance_identifier(&self) -> Option<&str>
pub fn db_instance_identifier(&self) -> Option<&str>
The name of the DB instance to disassociate the IAM role from.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example, arn:aws:iam::123456789012:role/AccessRole.
sourcepub fn feature_name(&self) -> Option<&str>
pub fn feature_name(&self) -> Option<&str>
The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.
Trait Implementations
sourceimpl Clone for RemoveRoleFromDbInstanceInput
impl Clone for RemoveRoleFromDbInstanceInput
sourcefn clone(&self) -> RemoveRoleFromDbInstanceInput
fn clone(&self) -> RemoveRoleFromDbInstanceInput
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 moresourceimpl Debug for RemoveRoleFromDbInstanceInput
impl Debug for RemoveRoleFromDbInstanceInput
sourceimpl PartialEq<RemoveRoleFromDbInstanceInput> for RemoveRoleFromDbInstanceInput
impl PartialEq<RemoveRoleFromDbInstanceInput> for RemoveRoleFromDbInstanceInput
sourcefn eq(&self, other: &RemoveRoleFromDbInstanceInput) -> bool
fn eq(&self, other: &RemoveRoleFromDbInstanceInput) -> bool
impl StructuralPartialEq for RemoveRoleFromDbInstanceInput
Auto Trait Implementations
impl RefUnwindSafe for RemoveRoleFromDbInstanceInput
impl Send for RemoveRoleFromDbInstanceInput
impl Sync for RemoveRoleFromDbInstanceInput
impl Unpin for RemoveRoleFromDbInstanceInput
impl UnwindSafe for RemoveRoleFromDbInstanceInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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