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.



1136
1137
1138
1139
1140
1141
# File 'lib/aws-sdk-evs/types.rb', line 1136

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:



1136
1137
1138
1139
1140
1141
# File 'lib/aws-sdk-evs/types.rb', line 1136

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