Struct aws_sdk_ec2::model::InstanceExportDetails
source · #[non_exhaustive]pub struct InstanceExportDetails { /* private fields */ }
Expand description
Describes an instance to export.
Implementations§
source§impl InstanceExportDetails
impl InstanceExportDetails
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the resource being exported.
sourcepub fn target_environment(&self) -> Option<&ExportEnvironment>
pub fn target_environment(&self) -> Option<&ExportEnvironment>
The target virtualization environment.
source§impl InstanceExportDetails
impl InstanceExportDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceExportDetails
.
Trait Implementations§
source§impl Clone for InstanceExportDetails
impl Clone for InstanceExportDetails
source§fn clone(&self) -> InstanceExportDetails
fn clone(&self) -> InstanceExportDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InstanceExportDetails
impl Debug for InstanceExportDetails
source§impl PartialEq<InstanceExportDetails> for InstanceExportDetails
impl PartialEq<InstanceExportDetails> for InstanceExportDetails
source§fn eq(&self, other: &InstanceExportDetails) -> bool
fn eq(&self, other: &InstanceExportDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.