#[non_exhaustive]pub struct BatchDisableStandardsOutput { /* private fields */ }
Implementations§
source§impl BatchDisableStandardsOutput
impl BatchDisableStandardsOutput
sourcepub fn standards_subscriptions(&self) -> Option<&[StandardsSubscription]>
pub fn standards_subscriptions(&self) -> Option<&[StandardsSubscription]>
The details of the standards subscriptions that were disabled.
source§impl BatchDisableStandardsOutput
impl BatchDisableStandardsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDisableStandardsOutput
.
Trait Implementations§
source§impl Clone for BatchDisableStandardsOutput
impl Clone for BatchDisableStandardsOutput
source§fn clone(&self) -> BatchDisableStandardsOutput
fn clone(&self) -> BatchDisableStandardsOutput
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