#[non_exhaustive]pub struct ExportLambdaFunctionRecommendationsOutput { /* private fields */ }
Implementations
sourceimpl ExportLambdaFunctionRecommendationsOutput
impl ExportLambdaFunctionRecommendationsOutput
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>
Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.
sourceimpl ExportLambdaFunctionRecommendationsOutput
impl ExportLambdaFunctionRecommendationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportLambdaFunctionRecommendationsOutput
.
Trait Implementations
sourceimpl Clone for ExportLambdaFunctionRecommendationsOutput
impl Clone for ExportLambdaFunctionRecommendationsOutput
sourcefn clone(&self) -> ExportLambdaFunctionRecommendationsOutput
fn clone(&self) -> ExportLambdaFunctionRecommendationsOutput
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 PartialEq<ExportLambdaFunctionRecommendationsOutput> for ExportLambdaFunctionRecommendationsOutput
impl PartialEq<ExportLambdaFunctionRecommendationsOutput> for ExportLambdaFunctionRecommendationsOutput
sourcefn eq(&self, other: &ExportLambdaFunctionRecommendationsOutput) -> bool
fn eq(&self, other: &ExportLambdaFunctionRecommendationsOutput) -> bool
impl StructuralPartialEq for ExportLambdaFunctionRecommendationsOutput
Auto Trait Implementations
impl RefUnwindSafe for ExportLambdaFunctionRecommendationsOutput
impl Send for ExportLambdaFunctionRecommendationsOutput
impl Sync for ExportLambdaFunctionRecommendationsOutput
impl Unpin for ExportLambdaFunctionRecommendationsOutput
impl UnwindSafe for ExportLambdaFunctionRecommendationsOutput
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