Class: Aws::Evs::Types::InstanceTypeEsxVersionsInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::InstanceTypeEsxVersionsInfo
- 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
-
#esx_versions ⇒ Array<String>
The list of ESX versions offered for this instance type.
-
#instance_type ⇒ String
The EC2 instance type.
Instance Attribute Details
#esx_versions ⇒ Array<String>
The list of ESX versions offered for this instance type.
1415 1416 1417 1418 1419 1420 |
# File 'lib/aws-sdk-evs/types.rb', line 1415 class InstanceTypeEsxVersionsInfo < Struct.new( :instance_type, :esx_versions) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The EC2 instance type.
1415 1416 1417 1418 1419 1420 |
# File 'lib/aws-sdk-evs/types.rb', line 1415 class InstanceTypeEsxVersionsInfo < Struct.new( :instance_type, :esx_versions) SENSITIVE = [] include Aws::Structure end |