Class: Aws::Evs::Types::GetVersionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_type_esx_versionsArray<Types::InstanceTypeEsxVersionsInfo>

A list of EC2 instance types and their available ESX versions.



1150
1151
1152
1153
1154
1155
# File 'lib/aws-sdk-evs/types.rb', line 1150

class GetVersionsResponse < Struct.new(
  :vcf_versions,
  :instance_type_esx_versions)
  SENSITIVE = []
  include Aws::Structure
end

#vcf_versionsArray<Types::VcfVersionInfo>

A list of VCF versions with their availability status, default ESX version, and instance types.

Returns:



1150
1151
1152
1153
1154
1155
# File 'lib/aws-sdk-evs/types.rb', line 1150

class GetVersionsResponse < Struct.new(
  :vcf_versions,
  :instance_type_esx_versions)
  SENSITIVE = []
  include Aws::Structure
end