#[non_exhaustive]pub struct CreateSecurityProfileOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl CreateSecurityProfileOutput
impl CreateSecurityProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 more