#[non_exhaustive]pub struct ExportLambdaFunctionRecommendationsOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl ExportLambdaFunctionRecommendationsOutput
impl ExportLambdaFunctionRecommendationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportLambdaFunctionRecommendationsOutput
.
Trait Implementations§
source§impl Clone for ExportLambdaFunctionRecommendationsOutput
impl Clone for ExportLambdaFunctionRecommendationsOutput
source§fn clone(&self) -> ExportLambdaFunctionRecommendationsOutput
fn clone(&self) -> ExportLambdaFunctionRecommendationsOutput
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 more