Class: Aws::Evs::Types::InstanceTypeEsxVersionsInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-evs/types.rb

Overview

Information about ESX versions offered for each EC2 instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#esx_versionsArray<String>

The list of ESX versions offered for this instance type.

Returns:

  • (Array<String>)


1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-evs/types.rb', line 1421

class InstanceTypeEsxVersionsInfo < Struct.new(
  :instance_type,
  :esx_versions)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The EC2 instance type.

Returns:

  • (String)


1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-evs/types.rb', line 1421

class InstanceTypeEsxVersionsInfo < Struct.new(
  :instance_type,
  :esx_versions)
  SENSITIVE = []
  include Aws::Structure
end