Struct aws_sdk_securityhub::model::AwsElasticBeanstalkEnvironmentOptionSetting [−][src]
#[non_exhaustive]pub struct AwsElasticBeanstalkEnvironmentOptionSetting {
pub namespace: Option<String>,
pub option_name: Option<String>,
pub resource_name: Option<String>,
pub value: Option<String>,
}
Expand description
A configuration option setting for the environment.
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.namespace: Option<String>
The type of resource that the configuration option is associated with.
option_name: Option<String>
The name of the option.
resource_name: Option<String>
The name of the resource.
value: Option<String>
The value of the configuration setting.
Implementations
The type of resource that the configuration option is associated with.
The name of the option.
The name of the resource.
Creates a new builder-style object to manufacture AwsElasticBeanstalkEnvironmentOptionSetting
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
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