Struct aws_sdk_codedeploy::model::RelatedDeployments [−][src]
#[non_exhaustive]pub struct RelatedDeployments {
pub auto_update_outdated_instances_root_deployment_id: Option<String>,
pub auto_update_outdated_instances_deployment_ids: Option<Vec<String>>,
}
Expand description
Information about deployments related to the specified deployment.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.auto_update_outdated_instances_root_deployment_id: Option<String>
The deployment ID of the root deployment that triggered this deployment.
auto_update_outdated_instances_deployment_ids: Option<Vec<String>>
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
Implementations
The deployment ID of the root deployment that triggered this deployment.
Creates a new builder-style object to manufacture RelatedDeployments
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 RelatedDeployments
impl Send for RelatedDeployments
impl Sync for RelatedDeployments
impl Unpin for RelatedDeployments
impl UnwindSafe for RelatedDeployments
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