#[non_exhaustive]pub struct ListSecurityProfilesForTargetOutput { /* private fields */ }
Implementations§
source§impl ListSecurityProfilesForTargetOutput
impl ListSecurityProfilesForTargetOutput
sourcepub fn security_profile_target_mappings(
&self
) -> Option<&[SecurityProfileTargetMapping]>
pub fn security_profile_target_mappings(
&self
) -> Option<&[SecurityProfileTargetMapping]>
A list of security profiles and their associated targets.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that can be used to retrieve the next set of results, or null
if there are no additional results.
source§impl ListSecurityProfilesForTargetOutput
impl ListSecurityProfilesForTargetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSecurityProfilesForTargetOutput
.
Trait Implementations§
source§impl Clone for ListSecurityProfilesForTargetOutput
impl Clone for ListSecurityProfilesForTargetOutput
source§fn clone(&self) -> ListSecurityProfilesForTargetOutput
fn clone(&self) -> ListSecurityProfilesForTargetOutput
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 PartialEq<ListSecurityProfilesForTargetOutput> for ListSecurityProfilesForTargetOutput
impl PartialEq<ListSecurityProfilesForTargetOutput> for ListSecurityProfilesForTargetOutput
source§fn eq(&self, other: &ListSecurityProfilesForTargetOutput) -> bool
fn eq(&self, other: &ListSecurityProfilesForTargetOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.