Class: Aws::Types::VcfVersionInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_esx_version::String

Returns the value of attribute default_esx_version.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("i4i.metal" | "i7i.metal-24xl" | "i7i.metal-48xl")])


515
516
517
# File 'sig/types.rbs', line 515

def instance_types
  @instance_types
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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.

Returns:

  • ("VCF-5.2.1", "VCF-5.2.2", "SELF_DEPLOYED")


512
513
514
# File 'sig/types.rbs', line 512

def vcf_version
  @vcf_version
end