Struct aws_sdk_ec2::output::CreateFleetOutput [−][src]
#[non_exhaustive]pub struct CreateFleetOutput {
pub fleet_id: Option<String>,
pub errors: Option<Vec<CreateFleetError>>,
pub instances: Option<Vec<CreateFleetInstance>>,
}
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.fleet_id: Option<String>
The ID of the EC2 Fleet.
errors: Option<Vec<CreateFleetError>>
Information about the instances that could not be launched by the fleet. Supported only for
fleets of type instant
.
instances: Option<Vec<CreateFleetInstance>>
Information about the instances that were launched by the fleet. Supported only for
fleets of type instant
.
Implementations
Information about the instances that could not be launched by the fleet. Supported only for
fleets of type instant
.
Creates a new builder-style object to manufacture CreateFleetOutput
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 CreateFleetOutput
impl Send for CreateFleetOutput
impl Sync for CreateFleetOutput
impl Unpin for CreateFleetOutput
impl UnwindSafe for CreateFleetOutput
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