Class: Aws::Types::CoverageEksClusterDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addon_detailsTypes::AddonDetails

Returns the value of attribute addon_details.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("AUTO_MANAGED", "MANUAL", "DISABLED")


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

def management_type
  @management_type
end