pub struct CreateFlowLogsResponse {
pub flow_log_ids: Vec<String>,
pub unsuccessful: Vec<UnsuccessfulItem>,
}Expand description
AWS API: ec2.v1.CreateFlowLogsResult
Reference: https://docs.aws.amazon.com/AWSEC2/latest/APIReference//CreateFlowLogsResult
§Coverage
2 of 3 fields included. Omitted fields:
ClientToken— not selected in manifest
Fields§
§flow_log_ids: Vec<String>The IDs of the flow logs.
unsuccessful: Vec<UnsuccessfulItem>Information about the flow logs that could not be created successfully.
Trait Implementations§
Source§impl Clone for CreateFlowLogsResponse
impl Clone for CreateFlowLogsResponse
Source§fn clone(&self) -> CreateFlowLogsResponse
fn clone(&self) -> CreateFlowLogsResponse
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 Debug for CreateFlowLogsResponse
impl Debug for CreateFlowLogsResponse
Source§impl Default for CreateFlowLogsResponse
impl Default for CreateFlowLogsResponse
Source§fn default() -> CreateFlowLogsResponse
fn default() -> CreateFlowLogsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateFlowLogsResponse
impl<'de> Deserialize<'de> for CreateFlowLogsResponse
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
Auto Trait Implementations§
impl Freeze for CreateFlowLogsResponse
impl RefUnwindSafe for CreateFlowLogsResponse
impl Send for CreateFlowLogsResponse
impl Sync for CreateFlowLogsResponse
impl Unpin for CreateFlowLogsResponse
impl UnsafeUnpin for CreateFlowLogsResponse
impl UnwindSafe for CreateFlowLogsResponse
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