Class: Aws::Evs::Types::InstanceTypeEsxVersionsInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::InstanceTypeEsxVersionsInfo
- 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
-
#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.
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_type ⇒ String
The EC2 instance type.
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 |