Class: Aws::Types::InstanceEventWindowAssociationTarget

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_host_ids::Array[::String]

Returns the value of attribute dedicated_host_ids.

Returns:

  • (::Array[::String])


11680
11681
11682
# File 'sig/types.rbs', line 11680

def dedicated_host_ids
  @dedicated_host_ids
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


11678
11679
11680
# File 'sig/types.rbs', line 11678

def instance_ids
  @instance_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11679
11680
11681
# File 'sig/types.rbs', line 11679

def tags
  @tags
end