pub struct OnPremisesTagSet {
pub on_premises_tag_set_list: Option<Vec<Vec<TagFilter>>>,
}
Expand description
Information about groups of on-premises instance tags.
Fields§
§on_premises_tag_set_list: Option<Vec<Vec<TagFilter>>>
A list that contains other lists of on-premises 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 Clone for OnPremisesTagSet
impl Clone for OnPremisesTagSet
Source§fn clone(&self) -> OnPremisesTagSet
fn clone(&self) -> OnPremisesTagSet
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 OnPremisesTagSet
impl Debug for OnPremisesTagSet
Source§impl Default for OnPremisesTagSet
impl Default for OnPremisesTagSet
Source§fn default() -> OnPremisesTagSet
fn default() -> OnPremisesTagSet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OnPremisesTagSet
impl<'de> Deserialize<'de> for OnPremisesTagSet
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 OnPremisesTagSet
impl PartialEq for OnPremisesTagSet
Source§impl Serialize for OnPremisesTagSet
impl Serialize for OnPremisesTagSet
impl StructuralPartialEq for OnPremisesTagSet
Auto Trait Implementations§
impl Freeze for OnPremisesTagSet
impl RefUnwindSafe for OnPremisesTagSet
impl Send for OnPremisesTagSet
impl Sync for OnPremisesTagSet
impl Unpin for OnPremisesTagSet
impl UnwindSafe for OnPremisesTagSet
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