Struct aws_sdk_computeoptimizer::operation::export_ecs_service_recommendations::ExportEcsServiceRecommendationsOutput
source · #[non_exhaustive]pub struct ExportEcsServiceRecommendationsOutput { /* private fields */ }
Implementations§
source§impl ExportEcsServiceRecommendationsOutput
impl ExportEcsServiceRecommendationsOutput
sourcepub fn job_id(&self) -> Option<&str>
pub fn job_id(&self) -> Option<&str>
The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs
action and specify the job ID.
sourcepub fn s3_destination(&self) -> Option<&S3Destination>
pub fn s3_destination(&self) -> Option<&S3Destination>
Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.
source§impl ExportEcsServiceRecommendationsOutput
impl ExportEcsServiceRecommendationsOutput
sourcepub fn builder() -> ExportEcsServiceRecommendationsOutputBuilder
pub fn builder() -> ExportEcsServiceRecommendationsOutputBuilder
Creates a new builder-style object to manufacture ExportEcsServiceRecommendationsOutput
.
Trait Implementations§
source§impl Clone for ExportEcsServiceRecommendationsOutput
impl Clone for ExportEcsServiceRecommendationsOutput
source§fn clone(&self) -> ExportEcsServiceRecommendationsOutput
fn clone(&self) -> ExportEcsServiceRecommendationsOutput
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<ExportEcsServiceRecommendationsOutput> for ExportEcsServiceRecommendationsOutput
impl PartialEq<ExportEcsServiceRecommendationsOutput> for ExportEcsServiceRecommendationsOutput
source§fn eq(&self, other: &ExportEcsServiceRecommendationsOutput) -> bool
fn eq(&self, other: &ExportEcsServiceRecommendationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ExportEcsServiceRecommendationsOutput
impl RequestId for ExportEcsServiceRecommendationsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ExportEcsServiceRecommendationsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ExportEcsServiceRecommendationsOutput
impl Send for ExportEcsServiceRecommendationsOutput
impl Sync for ExportEcsServiceRecommendationsOutput
impl Unpin for ExportEcsServiceRecommendationsOutput
impl UnwindSafe for ExportEcsServiceRecommendationsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more