pub struct FlowLogStatusParameters {
pub target_resource_id: String,
}Expand description
Parameters that define a resource to query flow log and traffic analytics (optional) status.
Fields§
§target_resource_id: StringThe target resource where getting the flow log and traffic analytics (optional) status.
Implementations§
Trait Implementations§
Source§impl Clone for FlowLogStatusParameters
impl Clone for FlowLogStatusParameters
Source§fn clone(&self) -> FlowLogStatusParameters
fn clone(&self) -> FlowLogStatusParameters
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 FlowLogStatusParameters
impl Debug for FlowLogStatusParameters
Source§impl<'de> Deserialize<'de> for FlowLogStatusParameters
impl<'de> Deserialize<'de> for FlowLogStatusParameters
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 FlowLogStatusParameters
impl PartialEq for FlowLogStatusParameters
Source§impl Serialize for FlowLogStatusParameters
impl Serialize for FlowLogStatusParameters
impl StructuralPartialEq for FlowLogStatusParameters
Auto Trait Implementations§
impl Freeze for FlowLogStatusParameters
impl RefUnwindSafe for FlowLogStatusParameters
impl Send for FlowLogStatusParameters
impl Sync for FlowLogStatusParameters
impl Unpin for FlowLogStatusParameters
impl UnwindSafe for FlowLogStatusParameters
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