#[non_exhaustive]pub struct StandardsSubscriptionRequest {
pub standards_arn: Option<String>,
pub standards_input: Option<HashMap<String, String>>,
}
Expand description
The standard that you want to enable.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.standards_arn: Option<String>
The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards
operation.
standards_input: Option<HashMap<String, String>>
A key-value pair of input for the standard.
Implementations
The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards
operation.
Creates a new builder-style object to manufacture StandardsSubscriptionRequest
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for StandardsSubscriptionRequest
impl Sync for StandardsSubscriptionRequest
impl Unpin for StandardsSubscriptionRequest
impl UnwindSafe for StandardsSubscriptionRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more