#[non_exhaustive]pub struct DescribeStandardsControlsOutput { /* private fields */ }
Implementations§
source§impl DescribeStandardsControlsOutput
impl DescribeStandardsControlsOutput
sourcepub fn controls(&self) -> Option<&[StandardsControl]>
pub fn controls(&self) -> Option<&[StandardsControl]>
A list of security standards controls.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to request the next page of results.
source§impl DescribeStandardsControlsOutput
impl DescribeStandardsControlsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStandardsControlsOutput
.
Trait Implementations§
source§impl Clone for DescribeStandardsControlsOutput
impl Clone for DescribeStandardsControlsOutput
source§fn clone(&self) -> DescribeStandardsControlsOutput
fn clone(&self) -> DescribeStandardsControlsOutput
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<DescribeStandardsControlsOutput> for DescribeStandardsControlsOutput
impl PartialEq<DescribeStandardsControlsOutput> for DescribeStandardsControlsOutput
source§fn eq(&self, other: &DescribeStandardsControlsOutput) -> bool
fn eq(&self, other: &DescribeStandardsControlsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.