Class: Aws::Types::ClusterVersionInformation
- Inherits:
-
Object
- Object
- Aws::Types::ClusterVersionInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
-
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
-
#control_plane_component_config ⇒ Types::ControlPlaneConfigInfo
Returns the value of attribute control_plane_component_config.
-
#control_plane_scaling_tiers ⇒ ::Array[Types::ControlPlaneScalingTierInfo]
Returns the value of attribute control_plane_scaling_tiers.
-
#default_platform_version ⇒ ::String
Returns the value of attribute default_platform_version.
-
#default_version ⇒ Boolean
Returns the value of attribute default_version.
-
#end_of_extended_support_date ⇒ ::Time
Returns the value of attribute end_of_extended_support_date.
-
#end_of_standard_support_date ⇒ ::Time
Returns the value of attribute end_of_standard_support_date.
-
#kubernetes_patch_version ⇒ ::String
Returns the value of attribute kubernetes_patch_version.
-
#release_date ⇒ ::Time
Returns the value of attribute release_date.
-
#status ⇒ "unsupported", ...
Returns the value of attribute status.
-
#version_status ⇒ "UNSUPPORTED", ...
Returns the value of attribute version_status.
Instance Attribute Details
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
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.
437 438 439 |
# File 'sig/types.rbs', line 437 def cluster_version @cluster_version end |
#control_plane_component_config ⇒ Types::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.
439 440 441 |
# File 'sig/types.rbs', line 439 def default_platform_version @default_platform_version end |
#default_version ⇒ Boolean
Returns the value of attribute default_version.
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.
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.
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.
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.
441 442 443 |
# File 'sig/types.rbs', line 441 def release_date @release_date end |
#status ⇒ "unsupported", ...
Returns the value of attribute status.
444 445 446 |
# File 'sig/types.rbs', line 444 def status @status end |
#version_status ⇒ "UNSUPPORTED", ...
Returns the value of attribute version_status.
445 446 447 |
# File 'sig/types.rbs', line 445 def version_status @version_status end |