Class: Aws::Evs::Types::GetVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::GetVersionsResponse
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_type_esx_versions ⇒ Array<Types::InstanceTypeEsxVersionsInfo>
A list of EC2 instance types and their available ESX versions.
-
#vcf_versions ⇒ Array<Types::VcfVersionInfo>
A list of VCF versions with their availability status, default ESX version, and instance types.
Instance Attribute Details
#instance_type_esx_versions ⇒ Array<Types::InstanceTypeEsxVersionsInfo>
A list of EC2 instance types and their available ESX versions.
1302 1303 1304 1305 1306 1307 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1302 class GetVersionsResponse < Struct.new( :vcf_versions, :instance_type_esx_versions) SENSITIVE = [] include Aws::Structure end |
#vcf_versions ⇒ Array<Types::VcfVersionInfo>
A list of VCF versions with their availability status, default ESX version, and instance types.
1302 1303 1304 1305 1306 1307 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1302 class GetVersionsResponse < Struct.new( :vcf_versions, :instance_type_esx_versions) SENSITIVE = [] include Aws::Structure end |