#[non_exhaustive]pub struct CreateSecurityProfileOutput { /* private fields */ }
Implementations§
source§impl CreateSecurityProfileOutput
impl CreateSecurityProfileOutput
sourcepub fn security_profile_name(&self) -> Option<&str>
pub fn security_profile_name(&self) -> Option<&str>
The name you gave to the security profile.
sourcepub fn security_profile_arn(&self) -> Option<&str>
pub fn security_profile_arn(&self) -> Option<&str>
The ARN of the security profile.
source§impl CreateSecurityProfileOutput
impl CreateSecurityProfileOutput
sourcepub fn builder() -> CreateSecurityProfileOutputBuilder
pub fn builder() -> CreateSecurityProfileOutputBuilder
Creates a new builder-style object to manufacture CreateSecurityProfileOutput
.
Trait Implementations§
source§impl Clone for CreateSecurityProfileOutput
impl Clone for CreateSecurityProfileOutput
source§fn clone(&self) -> CreateSecurityProfileOutput
fn clone(&self) -> CreateSecurityProfileOutput
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 CreateSecurityProfileOutput
impl Debug for CreateSecurityProfileOutput
source§impl PartialEq<CreateSecurityProfileOutput> for CreateSecurityProfileOutput
impl PartialEq<CreateSecurityProfileOutput> for CreateSecurityProfileOutput
source§fn eq(&self, other: &CreateSecurityProfileOutput) -> bool
fn eq(&self, other: &CreateSecurityProfileOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateSecurityProfileOutput
impl RequestId for CreateSecurityProfileOutput
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.impl StructuralPartialEq for CreateSecurityProfileOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateSecurityProfileOutput
impl Send for CreateSecurityProfileOutput
impl Sync for CreateSecurityProfileOutput
impl Unpin for CreateSecurityProfileOutput
impl UnwindSafe for CreateSecurityProfileOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more