Class: Aws::Types::InstanceEventWindowDisassociationRequest

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])


11687
11688
11689
# File 'sig/types.rbs', line 11687

def dedicated_host_ids
  @dedicated_host_ids
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


11685
11686
11687
# File 'sig/types.rbs', line 11685

def instance_ids
  @instance_ids
end

#instance_tags::Array[Types::Tag]

Returns the value of attribute instance_tags.

Returns:



11686
11687
11688
# File 'sig/types.rbs', line 11686

def instance_tags
  @instance_tags
end