#[non_exhaustive]pub struct CreateSecurityProfileOutput { /* private fields */ }
Implementations
sourceimpl CreateSecurityProfileOutput
impl CreateSecurityProfileOutput
sourcepub fn security_profile_id(&self) -> Option<&str>
pub fn security_profile_id(&self) -> Option<&str>
The identifier for the security profle.
sourcepub fn security_profile_arn(&self) -> Option<&str>
pub fn security_profile_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the security profile.
sourceimpl CreateSecurityProfileOutput
impl CreateSecurityProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSecurityProfileOutput
.
Trait Implementations
sourceimpl Clone for CreateSecurityProfileOutput
impl Clone for CreateSecurityProfileOutput
sourcefn clone(&self) -> CreateSecurityProfileOutput
fn clone(&self) -> CreateSecurityProfileOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateSecurityProfileOutput
impl Debug for CreateSecurityProfileOutput
sourceimpl PartialEq<CreateSecurityProfileOutput> for CreateSecurityProfileOutput
impl PartialEq<CreateSecurityProfileOutput> for CreateSecurityProfileOutput
sourcefn eq(&self, other: &CreateSecurityProfileOutput) -> bool
fn eq(&self, other: &CreateSecurityProfileOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more