#[non_exhaustive]pub struct ExportEc2InstanceRecommendationsOutput { /* private fields */ }
Implementations§
source§impl ExportEc2InstanceRecommendationsOutput
impl ExportEc2InstanceRecommendationsOutput
sourcepub fn job_id(&self) -> Option<&str>
pub fn job_id(&self) -> Option<&str>
The identification number of the export job.
Use the DescribeRecommendationExportJobs
action, and specify the job ID to view the status of an export job.
sourcepub fn s3_destination(&self) -> Option<&S3Destination>
pub fn s3_destination(&self) -> Option<&S3Destination>
An object that describes the destination Amazon S3 bucket of a recommendations export file.
source§impl ExportEc2InstanceRecommendationsOutput
impl ExportEc2InstanceRecommendationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportEc2InstanceRecommendationsOutput
.
Trait Implementations§
source§impl Clone for ExportEc2InstanceRecommendationsOutput
impl Clone for ExportEc2InstanceRecommendationsOutput
source§fn clone(&self) -> ExportEc2InstanceRecommendationsOutput
fn clone(&self) -> ExportEc2InstanceRecommendationsOutput
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 PartialEq<ExportEc2InstanceRecommendationsOutput> for ExportEc2InstanceRecommendationsOutput
impl PartialEq<ExportEc2InstanceRecommendationsOutput> for ExportEc2InstanceRecommendationsOutput
source§fn eq(&self, other: &ExportEc2InstanceRecommendationsOutput) -> bool
fn eq(&self, other: &ExportEc2InstanceRecommendationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.