#[non_exhaustive]pub struct BatchDisableStandardsInput { /* private fields */ }
Implementations§
source§impl BatchDisableStandardsInput
impl BatchDisableStandardsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDisableStandards, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDisableStandards, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchDisableStandards
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDisableStandardsInput
.
source§impl BatchDisableStandardsInput
impl BatchDisableStandardsInput
sourcepub fn standards_subscription_arns(&self) -> Option<&[String]>
pub fn standards_subscription_arns(&self) -> Option<&[String]>
The ARNs of the standards subscriptions to disable.
Trait Implementations§
source§impl Clone for BatchDisableStandardsInput
impl Clone for BatchDisableStandardsInput
source§fn clone(&self) -> BatchDisableStandardsInput
fn clone(&self) -> BatchDisableStandardsInput
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 Debug for BatchDisableStandardsInput
impl Debug for BatchDisableStandardsInput
source§impl PartialEq<BatchDisableStandardsInput> for BatchDisableStandardsInput
impl PartialEq<BatchDisableStandardsInput> for BatchDisableStandardsInput
source§fn eq(&self, other: &BatchDisableStandardsInput) -> bool
fn eq(&self, other: &BatchDisableStandardsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.