Class: Aws::Types::InstanceTypeEsxVersionsInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#esx_versions::Array[::String]

Returns the value of attribute esx_versions.

Returns:

  • (::Array[::String])


318
319
320
# File 'sig/types.rbs', line 318

def esx_versions
  @esx_versions
end

#instance_type"i4i.metal", ...

Returns the value of attribute instance_type.

Returns:

  • ("i4i.metal", "i7i.metal-24xl", "i7i.metal-48xl")


317
318
319
# File 'sig/types.rbs', line 317

def instance_type
  @instance_type
end