Struct aws_sdk_iot::output::CreateRoleAliasOutput
source · #[non_exhaustive]pub struct CreateRoleAliasOutput { /* private fields */ }
Implementations§
source§impl CreateRoleAliasOutput
impl CreateRoleAliasOutput
sourcepub fn role_alias(&self) -> Option<&str>
pub fn role_alias(&self) -> Option<&str>
The role alias.
sourcepub fn role_alias_arn(&self) -> Option<&str>
pub fn role_alias_arn(&self) -> Option<&str>
The role alias ARN.
source§impl CreateRoleAliasOutput
impl CreateRoleAliasOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRoleAliasOutput
.
Trait Implementations§
source§impl Clone for CreateRoleAliasOutput
impl Clone for CreateRoleAliasOutput
source§fn clone(&self) -> CreateRoleAliasOutput
fn clone(&self) -> CreateRoleAliasOutput
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 CreateRoleAliasOutput
impl Debug for CreateRoleAliasOutput
source§impl PartialEq<CreateRoleAliasOutput> for CreateRoleAliasOutput
impl PartialEq<CreateRoleAliasOutput> for CreateRoleAliasOutput
source§fn eq(&self, other: &CreateRoleAliasOutput) -> bool
fn eq(&self, other: &CreateRoleAliasOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.