Class: Aws::Types::VcfVersionInfo
- Inherits:
-
Object
- Object
- Aws::Types::VcfVersionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_esx_version ⇒ ::String
Returns the value of attribute default_esx_version.
-
#instance_types ⇒ ::Array[("i4i.metal" | "i7i.metal-24xl" | "i7i.metal-48xl")]
Returns the value of attribute instance_types.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#vcf_version ⇒ "VCF-5.2.1", ...
Returns the value of attribute vcf_version.
Instance Attribute Details
#default_esx_version ⇒ ::String
Returns the value of attribute default_esx_version.
514 515 516 |
# File 'sig/types.rbs', line 514 def default_esx_version @default_esx_version end |
#instance_types ⇒ ::Array[("i4i.metal" | "i7i.metal-24xl" | "i7i.metal-48xl")]
Returns the value of attribute instance_types.
515 516 517 |
# File 'sig/types.rbs', line 515 def instance_types @instance_types end |
#status ⇒ ::String
Returns the value of attribute status.
513 514 515 |
# File 'sig/types.rbs', line 513 def status @status end |
#vcf_version ⇒ "VCF-5.2.1", ...
Returns the value of attribute vcf_version.
512 513 514 |
# File 'sig/types.rbs', line 512 def vcf_version @vcf_version end |