#[non_exhaustive]pub struct StandardsSubscriptionRequest { /* private fields */ }
Expand description
The standard that you want to enable.
Implementations§
source§impl StandardsSubscriptionRequest
impl StandardsSubscriptionRequest
sourcepub fn standards_arn(&self) -> Option<&str>
pub fn standards_arn(&self) -> Option<&str>
The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards
operation.
source§impl StandardsSubscriptionRequest
impl StandardsSubscriptionRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StandardsSubscriptionRequest
.
Trait Implementations§
source§impl Clone for StandardsSubscriptionRequest
impl Clone for StandardsSubscriptionRequest
source§fn clone(&self) -> StandardsSubscriptionRequest
fn clone(&self) -> StandardsSubscriptionRequest
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 StandardsSubscriptionRequest
impl Debug for StandardsSubscriptionRequest
source§impl PartialEq<StandardsSubscriptionRequest> for StandardsSubscriptionRequest
impl PartialEq<StandardsSubscriptionRequest> for StandardsSubscriptionRequest
source§fn eq(&self, other: &StandardsSubscriptionRequest) -> bool
fn eq(&self, other: &StandardsSubscriptionRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.