Class: Aws::EC2::Types::InstanceEventWindowAssociationTarget

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

Overview

One or more targets associated with the event window.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_host_idsArray<String>

The IDs of the Dedicated Hosts associated with the event window.

Returns:

  • (Array<String>)


39298
39299
39300
39301
39302
39303
39304
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39298

class InstanceEventWindowAssociationTarget < Struct.new(
  :instance_ids,
  :tags,
  :dedicated_host_ids)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idsArray<String>

The IDs of the instances associated with the event window.

Returns:

  • (Array<String>)


39298
39299
39300
39301
39302
39303
39304
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39298

class InstanceEventWindowAssociationTarget < Struct.new(
  :instance_ids,
  :tags,
  :dedicated_host_ids)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.

Returns:



39298
39299
39300
39301
39302
39303
39304
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39298

class InstanceEventWindowAssociationTarget < Struct.new(
  :instance_ids,
  :tags,
  :dedicated_host_ids)
  SENSITIVE = []
  include Aws::Structure
end