Struct aws_sdk_connect::model::SecurityProfile [−][src]
#[non_exhaustive]pub struct SecurityProfile {
pub id: Option<String>,
pub organization_resource_id: Option<String>,
pub arn: Option<String>,
pub security_profile_name: Option<String>,
pub description: Option<String>,
pub tags: Option<HashMap<String, String>>,
}
Expand description
Contains information about a security profile.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.id: Option<String>
The identifier for the security profile.
organization_resource_id: Option<String>
The organization resource identifier for the security profile.
arn: Option<String>
The Amazon Resource Name (ARN) for the secruity profile.
security_profile_name: Option<String>
The name for the security profile.
description: Option<String>
The description of the security profile.
One or more tags.
Implementations
The organization resource identifier for the security profile.
The name for the security profile.
The description of the security profile.
One or more tags.
Creates a new builder-style object to manufacture SecurityProfile
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more