#[non_exhaustive]pub struct DeregisterInstanceTagAttributeRequest {
pub include_all_tags_of_instance: Option<bool>,
pub instance_tag_keys: Option<Vec<String>>,
}Expand description
Information about the tag keys to deregister for the current Region. You can either specify individual tag keys or deregister all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.Indicates whether to deregister all tag keys in the current Region. Specify false to deregister all tag keys.
instance_tag_keys: Option<Vec<String>>Information about the tag keys to deregister.
Implementations
Creates a new builder-style object to manufacture DeregisterInstanceTagAttributeRequest
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more