Struct aws_sdk_iot::input::DeleteRoleAliasInput
source · #[non_exhaustive]pub struct DeleteRoleAliasInput { /* private fields */ }
Implementations§
source§impl DeleteRoleAliasInput
impl DeleteRoleAliasInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRoleAlias, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRoleAlias, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRoleAlias
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRoleAliasInput
.
source§impl DeleteRoleAliasInput
impl DeleteRoleAliasInput
sourcepub fn role_alias(&self) -> Option<&str>
pub fn role_alias(&self) -> Option<&str>
The role alias to delete.
Trait Implementations§
source§impl Clone for DeleteRoleAliasInput
impl Clone for DeleteRoleAliasInput
source§fn clone(&self) -> DeleteRoleAliasInput
fn clone(&self) -> DeleteRoleAliasInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteRoleAliasInput
impl Debug for DeleteRoleAliasInput
source§impl PartialEq<DeleteRoleAliasInput> for DeleteRoleAliasInput
impl PartialEq<DeleteRoleAliasInput> for DeleteRoleAliasInput
source§fn eq(&self, other: &DeleteRoleAliasInput) -> bool
fn eq(&self, other: &DeleteRoleAliasInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.