Class: Aws::Types::CoverageEksClusterDetails
- Inherits:
-
Object
- Object
- Aws::Types::CoverageEksClusterDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_details ⇒ Types::AddonDetails
Returns the value of attribute addon_details.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#compatible_nodes ⇒ ::Integer
Returns the value of attribute compatible_nodes.
-
#covered_nodes ⇒ ::Integer
Returns the value of attribute covered_nodes.
-
#management_type ⇒ "AUTO_MANAGED", ...
Returns the value of attribute management_type.
Instance Attribute Details
#addon_details ⇒ Types::AddonDetails
Returns the value of attribute addon_details.
388 389 390 |
# File 'sig/types.rbs', line 388 def addon_details @addon_details end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
385 386 387 |
# File 'sig/types.rbs', line 385 def cluster_name @cluster_name end |
#compatible_nodes ⇒ ::Integer
Returns the value of attribute compatible_nodes.
387 388 389 |
# File 'sig/types.rbs', line 387 def compatible_nodes @compatible_nodes end |
#covered_nodes ⇒ ::Integer
Returns the value of attribute covered_nodes.
386 387 388 |
# File 'sig/types.rbs', line 386 def covered_nodes @covered_nodes end |
#management_type ⇒ "AUTO_MANAGED", ...
Returns the value of attribute management_type.
389 390 391 |
# File 'sig/types.rbs', line 389 def management_type @management_type end |