Class: Aws::Types::EksSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def cluster_arn
  @cluster_arn
end

#label_selectorTypes::EksLabelSelector

Returns the value of attribute label_selector.



430
431
432
# File 'sig/types.rbs', line 430

def label_selector
  @label_selector
end

#namespaces::Array[::String]

Returns the value of attribute namespaces.

Returns:

  • (::Array[::String])


429
430
431
# File 'sig/types.rbs', line 429

def namespaces
  @namespaces
end