Struct aws_sdk_ec2::output::ModifyHostsOutput [−][src]
#[non_exhaustive]pub struct ModifyHostsOutput {
pub successful: Option<Vec<String>>,
pub unsuccessful: Option<Vec<UnsuccessfulItem>>,
}
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.successful: Option<Vec<String>>
The IDs of the Dedicated Hosts that were successfully modified.
unsuccessful: Option<Vec<UnsuccessfulItem>>
The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.
Implementations
The IDs of the Dedicated Hosts that were successfully modified.
The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.
Creates a new builder-style object to manufacture ModifyHostsOutput
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 ModifyHostsOutput
impl Send for ModifyHostsOutput
impl Sync for ModifyHostsOutput
impl Unpin for ModifyHostsOutput
impl UnwindSafe for ModifyHostsOutput
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