pub struct ExportEC2InstanceRecommendationsResponse {
pub job_id: Option<String>,
pub s_3_destination: Option<S3Destination>,
}
Fields§
§job_id: Option<String>
The identification number of the export job.
Use the DescribeRecommendationExportJobs
action, and specify the job ID to view the status of an export job.
s_3_destination: Option<S3Destination>
An object that describes the destination Amazon S3 bucket of a recommendations export file.
Trait Implementations§
Source§impl Clone for ExportEC2InstanceRecommendationsResponse
impl Clone for ExportEC2InstanceRecommendationsResponse
Source§fn clone(&self) -> ExportEC2InstanceRecommendationsResponse
fn clone(&self) -> ExportEC2InstanceRecommendationsResponse
Returns a duplicate 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 Default for ExportEC2InstanceRecommendationsResponse
impl Default for ExportEC2InstanceRecommendationsResponse
Source§fn default() -> ExportEC2InstanceRecommendationsResponse
fn default() -> ExportEC2InstanceRecommendationsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportEC2InstanceRecommendationsResponse
impl<'de> Deserialize<'de> for ExportEC2InstanceRecommendationsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExportEC2InstanceRecommendationsResponse
impl PartialEq for ExportEC2InstanceRecommendationsResponse
Source§fn eq(&self, other: &ExportEC2InstanceRecommendationsResponse) -> bool
fn eq(&self, other: &ExportEC2InstanceRecommendationsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ExportEC2InstanceRecommendationsResponse
Auto Trait Implementations§
impl Freeze for ExportEC2InstanceRecommendationsResponse
impl RefUnwindSafe for ExportEC2InstanceRecommendationsResponse
impl Send for ExportEC2InstanceRecommendationsResponse
impl Sync for ExportEC2InstanceRecommendationsResponse
impl Unpin for ExportEC2InstanceRecommendationsResponse
impl UnwindSafe for ExportEC2InstanceRecommendationsResponse
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