#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateConfigurationTemplateOutput
Implementations
The name of the solution stack this configuration set uses.
The name of the solution stack this configuration set uses.
The ARN of the platform version.
The ARN of the platform version.
The name of the application associated with this configuration set.
The name of the application associated with this configuration set.
If not null
, the name of the configuration template for this configuration set.
If not null
, the name of the configuration template for this configuration set.
Describes this configuration set.
Describes this configuration set.
If not null
, the name of the environment for this configuration set.
If not null
, the name of the environment for this configuration set.
If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
-
null
: This configuration is not associated with a running environment. -
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. -
deployed
: This is the configuration that is currently deployed to the associated running environment. -
failed
: This is a draft configuration that failed to successfully deploy.
The date (in UTC time) when this configuration set was created.
The date (in UTC time) when this configuration set was created.
The date (in UTC time) when this configuration set was last modified.
The date (in UTC time) when this configuration set was last modified.
Appends an item to option_settings
.
To override the contents of this collection use set_option_settings
.
A list of the configuration options and their values in this configuration set.
A list of the configuration options and their values in this configuration set.
Consumes the builder and constructs a UpdateConfigurationTemplateOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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