#[non_exhaustive]pub struct DescribeComponentConfigurationOutput {
pub monitor: Option<bool>,
pub tier: Option<Tier>,
pub component_configuration: Option<String>,
}
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.monitor: Option<bool>
Indicates whether the application component is monitored.
tier: Option<Tier>
The tier of the application component. Supported tiers include DOT_NET_CORE
, DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
component_configuration: Option<String>
The configuration settings of the component. The value is the escaped JSON of the configuration.
Implementations
Indicates whether the application component is monitored.
The tier of the application component. Supported tiers include DOT_NET_CORE
, DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
The configuration settings of the component. The value is the escaped JSON of the configuration.
Creates a new builder-style object to manufacture DescribeComponentConfigurationOutput
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 DescribeComponentConfigurationOutput
impl Sync for DescribeComponentConfigurationOutput
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