You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::DeregisterInstanceTagAttributeRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeregisterInstanceTagAttributeRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  include_all_tags_of_instance: false,
  instance_tag_keys: ["String"],
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#include_all_tags_of_instanceBoolean

Indicates whether to deregister all tag keys in the current Region. Specify false to deregister all tag keys.

Returns:

  • (Boolean)

    Indicates whether to deregister all tag keys in the current Region.

#instance_tag_keysArray<String>

Information about the tag keys to deregister.

Returns:

  • (Array<String>)

    Information about the tag keys to deregister.