Struct aws_sdk_robomaker::model::DeploymentConfig [−][src]
#[non_exhaustive]pub struct DeploymentConfig {
pub concurrent_deployment_percentage: Option<i32>,
pub failure_threshold_percentage: Option<i32>,
pub robot_deployment_timeout_in_seconds: Option<i64>,
pub download_condition_file: Option<S3Object>,
}Expand description
Information about a deployment configuration.
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.concurrent_deployment_percentage: Option<i32>The percentage of robots receiving the deployment at the same time.
failure_threshold_percentage: Option<i32>The percentage of deployments that need to fail before stopping deployment.
robot_deployment_timeout_in_seconds: Option<i64>The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.
download_condition_file: Option<S3Object>The download condition file.
Implementations
The percentage of robots receiving the deployment at the same time.
The percentage of deployments that need to fail before stopping deployment.
The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.
The download condition file.
Creates a new builder-style object to manufacture DeploymentConfig
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 DeploymentConfig
impl Send for DeploymentConfig
impl Sync for DeploymentConfig
impl Unpin for DeploymentConfig
impl UnwindSafe for DeploymentConfig
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