#[non_exhaustive]pub struct ExportAutoScalingGroupRecommendationsOutput { /* private fields */ }
Implementations§
source§impl ExportAutoScalingGroupRecommendationsOutput
impl ExportAutoScalingGroupRecommendationsOutput
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 ExportAutoScalingGroupRecommendationsOutput
impl ExportAutoScalingGroupRecommendationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportAutoScalingGroupRecommendationsOutput
.
Trait Implementations§
source§impl Clone for ExportAutoScalingGroupRecommendationsOutput
impl Clone for ExportAutoScalingGroupRecommendationsOutput
source§fn clone(&self) -> ExportAutoScalingGroupRecommendationsOutput
fn clone(&self) -> ExportAutoScalingGroupRecommendationsOutput
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<ExportAutoScalingGroupRecommendationsOutput> for ExportAutoScalingGroupRecommendationsOutput
impl PartialEq<ExportAutoScalingGroupRecommendationsOutput> for ExportAutoScalingGroupRecommendationsOutput
source§fn eq(&self, other: &ExportAutoScalingGroupRecommendationsOutput) -> bool
fn eq(&self, other: &ExportAutoScalingGroupRecommendationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.