#[non_exhaustive]pub struct AddRoleToInstanceProfileOutput { /* private fields */ }
Implementations§
source§impl AddRoleToInstanceProfileOutput
impl AddRoleToInstanceProfileOutput
sourcepub fn builder() -> AddRoleToInstanceProfileOutputBuilder
pub fn builder() -> AddRoleToInstanceProfileOutputBuilder
Creates a new builder-style object to manufacture AddRoleToInstanceProfileOutput
.
Trait Implementations§
source§impl Clone for AddRoleToInstanceProfileOutput
impl Clone for AddRoleToInstanceProfileOutput
source§fn clone(&self) -> AddRoleToInstanceProfileOutput
fn clone(&self) -> AddRoleToInstanceProfileOutput
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 PartialEq<AddRoleToInstanceProfileOutput> for AddRoleToInstanceProfileOutput
impl PartialEq<AddRoleToInstanceProfileOutput> for AddRoleToInstanceProfileOutput
source§fn eq(&self, other: &AddRoleToInstanceProfileOutput) -> bool
fn eq(&self, other: &AddRoleToInstanceProfileOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for AddRoleToInstanceProfileOutput
impl RequestId for AddRoleToInstanceProfileOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.