Struct aws_sdk_ec2::model::ExportTask [−][src]
#[non_exhaustive]pub struct ExportTask {
pub description: Option<String>,
pub export_task_id: Option<String>,
pub export_to_s3_task: Option<ExportToS3Task>,
pub instance_export_details: Option<InstanceExportDetails>,
pub state: Option<ExportTaskState>,
pub status_message: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Describes an export instance task.
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.description: Option<String>
A description of the resource being exported.
export_task_id: Option<String>
The ID of the export task.
export_to_s3_task: Option<ExportToS3Task>
Information about the export task.
instance_export_details: Option<InstanceExportDetails>
Information about the instance to export.
state: Option<ExportTaskState>
The state of the export task.
status_message: Option<String>
The status message related to the export task.
The tags for the export task.
Implementations
A description of the resource being exported.
The ID of the export task.
Information about the export task.
Information about the instance to export.
The state of the export task.
The status message related to the export task.
The tags for the export task.
Creates a new builder-style object to manufacture ExportTask
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 ExportTask
impl Send for ExportTask
impl Sync for ExportTask
impl Unpin for ExportTask
impl UnwindSafe for ExportTask
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