Struct aws_sdk_connect::model::SecurityProfile
source · [−]#[non_exhaustive]pub struct SecurityProfile { /* private fields */ }
Expand description
Contains information about a security profile.
Implementations
sourceimpl SecurityProfile
impl SecurityProfile
sourcepub fn organization_resource_id(&self) -> Option<&str>
pub fn organization_resource_id(&self) -> Option<&str>
The organization resource identifier for the security profile.
sourcepub fn security_profile_name(&self) -> Option<&str>
pub fn security_profile_name(&self) -> Option<&str>
The name for the security profile.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the security profile.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
sourceimpl SecurityProfile
impl SecurityProfile
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SecurityProfile
.
Trait Implementations
sourceimpl Clone for SecurityProfile
impl Clone for SecurityProfile
sourcefn clone(&self) -> SecurityProfile
fn clone(&self) -> SecurityProfile
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 SecurityProfile
impl Debug for SecurityProfile
sourceimpl PartialEq<SecurityProfile> for SecurityProfile
impl PartialEq<SecurityProfile> for SecurityProfile
sourcefn eq(&self, other: &SecurityProfile) -> bool
fn eq(&self, other: &SecurityProfile) -> bool
impl StructuralPartialEq for SecurityProfile
Auto Trait Implementations
impl RefUnwindSafe for SecurityProfile
impl Send for SecurityProfile
impl Sync for SecurityProfile
impl Unpin for SecurityProfile
impl UnwindSafe for SecurityProfile
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