Struct aws_sdk_ec2::output::DisableFastLaunchOutput
source · [−]#[non_exhaustive]pub struct DisableFastLaunchOutput {
pub image_id: Option<String>,
pub resource_type: Option<FastLaunchResourceType>,
pub snapshot_configuration: Option<FastLaunchSnapshotConfigurationResponse>,
pub launch_template: Option<FastLaunchLaunchTemplateSpecificationResponse>,
pub max_parallel_launches: Option<i32>,
pub owner_id: Option<String>,
pub state: Option<FastLaunchStateCode>,
pub state_transition_reason: Option<String>,
pub state_transition_time: Option<DateTime>,
}
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.image_id: Option<String>
The ID of the image for which faster-launching has been turned off.
resource_type: Option<FastLaunchResourceType>
The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI. Supported values include: snapshot
.
snapshot_configuration: Option<FastLaunchSnapshotConfigurationResponse>
Parameters that were used for faster launching for the Windows AMI before faster launching was turned off. This informs the clean-up process.
launch_template: Option<FastLaunchLaunchTemplateSpecificationResponse>
The launch template that was used to launch Windows instances from pre-provisioned snapshots.
max_parallel_launches: Option<i32>
The maximum number of parallel instances to launch for creating resources.
owner_id: Option<String>
The owner of the Windows AMI for which faster launching was turned off.
state: Option<FastLaunchStateCode>
The current state of faster launching for the specified Windows AMI.
state_transition_reason: Option<String>
The reason that the state changed for faster launching for the Windows AMI.
state_transition_time: Option<DateTime>
The time that the state changed for faster launching for the Windows AMI.
Implementations
The ID of the image for which faster-launching has been turned off.
The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI. Supported values include: snapshot
.
Parameters that were used for faster launching for the Windows AMI before faster launching was turned off. This informs the clean-up process.
The launch template that was used to launch Windows instances from pre-provisioned snapshots.
The maximum number of parallel instances to launch for creating resources.
The owner of the Windows AMI for which faster launching was turned off.
The current state of faster launching for the specified Windows AMI.
The reason that the state changed for faster launching for the Windows AMI.
The time that the state changed for faster launching for the Windows AMI.
Creates a new builder-style object to manufacture DisableFastLaunchOutput
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 DisableFastLaunchOutput
impl Send for DisableFastLaunchOutput
impl Sync for DisableFastLaunchOutput
impl Unpin for DisableFastLaunchOutput
impl UnwindSafe for DisableFastLaunchOutput
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