pub struct Query {
pub resource_type_filters: Option<ValueList<String>>,
pub stack_identifier: Option<Value<String>>,
pub tag_filters: Option<ValueList<TagFilter>>,
}Expand description
The AWS::ResourceGroups::Group.Query property type.
Fields§
§resource_type_filters: Option<ValueList<String>>Property ResourceTypeFilters.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
stack_identifier: Option<Value<String>>Property StackIdentifier.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
tag_filters: Option<ValueList<TagFilter>>Property TagFilters.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Query
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
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