#[non_exhaustive]pub struct RegisterInstanceTagAttributeRequest {
pub include_all_tags_of_instance: Option<bool>,
pub instance_tag_keys: Option<Vec<String>>,
}Expand description
Information about the tag keys to register for the current Region. You can either specify individual tag keys or register 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 register all tag keys in the current Region. Specify true to register all tag keys.
instance_tag_keys: Option<Vec<String>>The tag keys to register.
Implementations
Creates a new builder-style object to manufacture RegisterInstanceTagAttributeRequest
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
impl Send for RegisterInstanceTagAttributeRequest
impl Sync for RegisterInstanceTagAttributeRequest
impl Unpin for RegisterInstanceTagAttributeRequest
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