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