Class: Aws::Types::InstanceSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_boot_volumeBoolean

Returns the value of attribute exclude_boot_volume.

Returns:

  • (Boolean)


11747
11748
11749
# File 'sig/types.rbs', line 11747

def exclude_boot_volume
  @exclude_boot_volume
end

#exclude_data_volume_ids::Array[::String]

Returns the value of attribute exclude_data_volume_ids.

Returns:

  • (::Array[::String])


11748
11749
11750
# File 'sig/types.rbs', line 11748

def exclude_data_volume_ids
  @exclude_data_volume_ids
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


11746
11747
11748
# File 'sig/types.rbs', line 11746

def instance_id
  @instance_id
end