Struct aws_sdk_ec2::model::ExportToS3Task
source · [−]#[non_exhaustive]pub struct ExportToS3Task { /* private fields */ }
Expand description
Describes the format and location for the export task.
Implementations
sourceimpl ExportToS3Task
impl ExportToS3Task
sourcepub fn container_format(&self) -> Option<&ContainerFormat>
pub fn container_format(&self) -> Option<&ContainerFormat>
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
sourcepub fn disk_image_format(&self) -> Option<&DiskImageFormat>
pub fn disk_image_format(&self) -> Option<&DiskImageFormat>
The format for the exported image.
sourcepub fn s3_bucket(&self) -> Option<&str>
pub fn s3_bucket(&self) -> Option<&str>
The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee
. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.
sourceimpl ExportToS3Task
impl ExportToS3Task
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportToS3Task
.
Trait Implementations
sourceimpl Clone for ExportToS3Task
impl Clone for ExportToS3Task
sourcefn clone(&self) -> ExportToS3Task
fn clone(&self) -> ExportToS3Task
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ExportToS3Task
impl Debug for ExportToS3Task
sourceimpl PartialEq<ExportToS3Task> for ExportToS3Task
impl PartialEq<ExportToS3Task> for ExportToS3Task
sourcefn eq(&self, other: &ExportToS3Task) -> bool
fn eq(&self, other: &ExportToS3Task) -> bool
impl StructuralPartialEq for ExportToS3Task
Auto Trait Implementations
impl RefUnwindSafe for ExportToS3Task
impl Send for ExportToS3Task
impl Sync for ExportToS3Task
impl Unpin for ExportToS3Task
impl UnwindSafe for ExportToS3Task
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more