Class: Aws::Types::ClusterVersionInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_type::String

Returns the value of attribute cluster_type.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def cluster_type
  @cluster_type
end

#cluster_version::String

Returns the value of attribute cluster_version.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def cluster_version
  @cluster_version
end

#control_plane_component_configTypes::ControlPlaneConfigInfo

Returns the value of attribute control_plane_component_config.



448
449
450
# File 'sig/types.rbs', line 448

def control_plane_component_config
  @control_plane_component_config
end

#control_plane_scaling_tiers::Array[Types::ControlPlaneScalingTierInfo]

Returns the value of attribute control_plane_scaling_tiers.



447
448
449
# File 'sig/types.rbs', line 447

def control_plane_scaling_tiers
  @control_plane_scaling_tiers
end

#default_platform_version::String

Returns the value of attribute default_platform_version.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def default_platform_version
  @default_platform_version
end

#default_versionBoolean

Returns the value of attribute default_version.

Returns:

  • (Boolean)


440
441
442
# File 'sig/types.rbs', line 440

def default_version
  @default_version
end

#end_of_extended_support_date::Time

Returns the value of attribute end_of_extended_support_date.

Returns:

  • (::Time)


443
444
445
# File 'sig/types.rbs', line 443

def end_of_extended_support_date
  @end_of_extended_support_date
end

#end_of_standard_support_date::Time

Returns the value of attribute end_of_standard_support_date.

Returns:

  • (::Time)


442
443
444
# File 'sig/types.rbs', line 442

def end_of_standard_support_date
  @end_of_standard_support_date
end

#kubernetes_patch_version::String

Returns the value of attribute kubernetes_patch_version.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def kubernetes_patch_version
  @kubernetes_patch_version
end

#release_date::Time

Returns the value of attribute release_date.

Returns:

  • (::Time)


441
442
443
# File 'sig/types.rbs', line 441

def release_date
  @release_date
end

#status"unsupported", ...

Returns the value of attribute status.

Returns:

  • ("unsupported", "standard-support", "extended-support")


444
445
446
# File 'sig/types.rbs', line 444

def status
  @status
end

#version_status"UNSUPPORTED", ...

Returns the value of attribute version_status.

Returns:

  • ("UNSUPPORTED", "STANDARD_SUPPORT", "EXTENDED_SUPPORT")


445
446
447
# File 'sig/types.rbs', line 445

def version_status
  @version_status
end