Struct aws_sdk_codedeploy::output::ListDeploymentTargetsOutput [−][src]
#[non_exhaustive]pub struct ListDeploymentTargetsOutput {
pub target_ids: Option<Vec<String>>,
pub next_token: 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.target_ids: Option<Vec<String>>
The unique IDs of deployment targets.
next_token: Option<String>
If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets
call to return the next set of deployment targets in the list.
Implementations
If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets
call to return the next set of deployment targets in the list.
Creates a new builder-style object to manufacture ListDeploymentTargetsOutput
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 ListDeploymentTargetsOutput
impl Send for ListDeploymentTargetsOutput
impl Sync for ListDeploymentTargetsOutput
impl Unpin for ListDeploymentTargetsOutput
impl UnwindSafe for ListDeploymentTargetsOutput
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