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.
794 795 796 797 798 799 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 794 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.
794 795 796 797 798 799 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 794 class GetVersionsResponse < Struct.new( :vcf_versions, :instance_type_esx_versions) SENSITIVE = [] include Aws::Structure end |