Struct aws_sdk_rds::input::AddRoleToDbClusterInput
source · [−]#[non_exhaustive]pub struct AddRoleToDbClusterInput { /* private fields */ }Implementations
sourceimpl AddRoleToDbClusterInput
impl AddRoleToDbClusterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddRoleToDBCluster, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddRoleToDBCluster, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AddRoleToDBCluster>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddRoleToDbClusterInput.
sourceimpl AddRoleToDbClusterInput
impl AddRoleToDbClusterInput
sourcepub fn db_cluster_identifier(&self) -> Option<&str>
pub fn db_cluster_identifier(&self) -> Option<&str>
The name of the DB cluster to associate the IAM role with.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM role to associate with 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 associated with. For information about supported feature names, see DBEngineVersion.
Trait Implementations
sourceimpl Clone for AddRoleToDbClusterInput
impl Clone for AddRoleToDbClusterInput
sourcefn clone(&self) -> AddRoleToDbClusterInput
fn clone(&self) -> AddRoleToDbClusterInput
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 AddRoleToDbClusterInput
impl Debug for AddRoleToDbClusterInput
sourceimpl PartialEq<AddRoleToDbClusterInput> for AddRoleToDbClusterInput
impl PartialEq<AddRoleToDbClusterInput> for AddRoleToDbClusterInput
sourcefn eq(&self, other: &AddRoleToDbClusterInput) -> bool
fn eq(&self, other: &AddRoleToDbClusterInput) -> bool
impl StructuralPartialEq for AddRoleToDbClusterInput
Auto Trait Implementations
impl RefUnwindSafe for AddRoleToDbClusterInput
impl Send for AddRoleToDbClusterInput
impl Sync for AddRoleToDbClusterInput
impl Unpin for AddRoleToDbClusterInput
impl UnwindSafe for AddRoleToDbClusterInput
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