Class: Aws::EC2::Types::InstanceTagNotificationAttribute

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the registered tag keys for the current Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_all_tags_of_instanceBoolean

Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. ‘true` indicates that all tag keys in the current Region are registered.

Returns:

  • (Boolean)


41594
41595
41596
41597
41598
41599
# File 'lib/aws-sdk-ec2/types.rb', line 41594

class InstanceTagNotificationAttribute < Struct.new(
  :instance_tag_keys,
  :include_all_tags_of_instance)
  SENSITIVE = []
  include Aws::Structure
end

#instance_tag_keysArray<String>

The registered tag keys.

Returns:

  • (Array<String>)


41594
41595
41596
41597
41598
41599
# File 'lib/aws-sdk-ec2/types.rb', line 41594

class InstanceTagNotificationAttribute < Struct.new(
  :instance_tag_keys,
  :include_all_tags_of_instance)
  SENSITIVE = []
  include Aws::Structure
end