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.
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.
379 380 381 |
# File 'sig/types.rbs', line 379 def cluster_version @cluster_version end |
#control_plane_component_config ⇒ Types::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.
381 382 383 |
# File 'sig/types.rbs', line 381 def default_platform_version @default_platform_version end |
#default_version ⇒ Boolean
Returns the value of attribute default_version.
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.
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.
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.
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.
383 384 385 |
# File 'sig/types.rbs', line 383 def release_date @release_date end |
#status ⇒ "unsupported", ...
Returns the value of attribute status.
386 387 388 |
# File 'sig/types.rbs', line 386 def status @status end |
#version_status ⇒ "UNSUPPORTED", ...
Returns the value of attribute version_status.
387 388 389 |
# File 'sig/types.rbs', line 387 def version_status @version_status end |