Struct aws_sdk_ec2::input::CreateInstanceExportTaskInput [−][src]
#[non_exhaustive]pub struct CreateInstanceExportTaskInput {
pub description: Option<String>,
pub export_to_s3_task: Option<ExportToS3TaskSpecification>,
pub instance_id: Option<String>,
pub target_environment: Option<ExportEnvironment>,
pub tag_specifications: Option<Vec<TagSpecification>>,
}
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 for the conversion task or the resource being exported. The maximum length is 255 characters.
export_to_s3_task: Option<ExportToS3TaskSpecification>
The format and location for an export instance task.
instance_id: Option<String>
The ID of the instance.
target_environment: Option<ExportEnvironment>
The target virtualization environment.
tag_specifications: Option<Vec<TagSpecification>>
The tags to apply to the export instance task during creation.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateInstanceExportTask, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateInstanceExportTask, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateInstanceExportTask
>
Creates a new builder-style object to manufacture CreateInstanceExportTaskInput
A description for the conversion task or the resource being exported. The maximum length is 255 characters.
The format and location for an export instance task.
The ID of the instance.
The target virtualization environment.
The tags to apply to the export instance task during creation.
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 Send for CreateInstanceExportTaskInput
impl Sync for CreateInstanceExportTaskInput
impl Unpin for CreateInstanceExportTaskInput
impl UnwindSafe for CreateInstanceExportTaskInput
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