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)


380
381
382
# File 'sig/types.rbs', line 380

def cluster_type
  @cluster_type
end

#cluster_version::String

Returns the value of attribute cluster_version.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def cluster_version
  @cluster_version
end

#control_plane_component_configTypes::ControlPlaneConfigInfo

Returns the value of attribute control_plane_component_config.



390
391
392
# File 'sig/types.rbs', line 390

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.



389
390
391
# File 'sig/types.rbs', line 389

def control_plane_scaling_tiers
  @control_plane_scaling_tiers
end

#default_platform_version::String

Returns the value of attribute default_platform_version.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def default_platform_version
  @default_platform_version
end

#default_versionBoolean

Returns the value of attribute default_version.

Returns:

  • (Boolean)


382
383
384
# File 'sig/types.rbs', line 382

def default_version
  @default_version
end

#end_of_extended_support_date::Time

Returns the value of attribute end_of_extended_support_date.

Returns:

  • (::Time)


385
386
387
# File 'sig/types.rbs', line 385

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)


384
385
386
# File 'sig/types.rbs', line 384

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)


388
389
390
# File 'sig/types.rbs', line 388

def kubernetes_patch_version
  @kubernetes_patch_version
end

#release_date::Time

Returns the value of attribute release_date.

Returns:

  • (::Time)


383
384
385
# File 'sig/types.rbs', line 383

def release_date
  @release_date
end

#status"unsupported", ...

Returns the value of attribute status.

Returns:

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


386
387
388
# File 'sig/types.rbs', line 386

def status
  @status
end

#version_status"UNSUPPORTED", ...

Returns the value of attribute version_status.

Returns:

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


387
388
389
# File 'sig/types.rbs', line 387

def version_status
  @version_status
end