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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-evs/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>)


1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1073

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

#instance_typeString

The EC2 instance type.

Returns:

  • (String)


1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1073

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