Struct aws_sdk_iot::input::DescribeRoleAliasInput
source · #[non_exhaustive]pub struct DescribeRoleAliasInput { /* private fields */ }
Implementations§
source§impl DescribeRoleAliasInput
impl DescribeRoleAliasInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRoleAlias, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRoleAlias, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeRoleAlias
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeRoleAliasInput
.
source§impl DescribeRoleAliasInput
impl DescribeRoleAliasInput
sourcepub fn role_alias(&self) -> Option<&str>
pub fn role_alias(&self) -> Option<&str>
The role alias to describe.
Trait Implementations§
source§impl Clone for DescribeRoleAliasInput
impl Clone for DescribeRoleAliasInput
source§fn clone(&self) -> DescribeRoleAliasInput
fn clone(&self) -> DescribeRoleAliasInput
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 DescribeRoleAliasInput
impl Debug for DescribeRoleAliasInput
source§impl PartialEq<DescribeRoleAliasInput> for DescribeRoleAliasInput
impl PartialEq<DescribeRoleAliasInput> for DescribeRoleAliasInput
source§fn eq(&self, other: &DescribeRoleAliasInput) -> bool
fn eq(&self, other: &DescribeRoleAliasInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.