pub struct EC2TagSet {
pub ec_2_tag_set_list: Option<Vec<Vec<EC2TagFilter>>>,
}
Expand description
Information about groups of EC2 instance tags.
Fields§
§ec_2_tag_set_list: Option<Vec<Vec<EC2TagFilter>>>
A list that contains other lists of EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EC2TagSet
impl<'de> Deserialize<'de> for EC2TagSet
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
impl StructuralPartialEq for EC2TagSet
Auto Trait Implementations§
impl Freeze for EC2TagSet
impl RefUnwindSafe for EC2TagSet
impl Send for EC2TagSet
impl Sync for EC2TagSet
impl Unpin for EC2TagSet
impl UnwindSafe for EC2TagSet
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