#[non_exhaustive]pub struct OptionSpecification {
pub resource_name: Option<String>,
pub namespace: Option<String>,
pub option_name: Option<String>,
}
Expand description
A specification identifying an individual configuration option.
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.resource_name: Option<String>
A unique resource name for a time-based scaling configuration option.
namespace: Option<String>
A unique namespace identifying the option's associated AWS resource.
option_name: Option<String>
The name of the configuration option.
Implementations
A unique resource name for a time-based scaling configuration option.
A unique namespace identifying the option's associated AWS resource.
The name of the configuration option.
Creates a new builder-style object to manufacture OptionSpecification
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 RefUnwindSafe for OptionSpecification
impl Send for OptionSpecification
impl Sync for OptionSpecification
impl Unpin for OptionSpecification
impl UnwindSafe for OptionSpecification
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