Class: Aws::Types::EksLabelSelector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:match_labels, :match_expressions])

Instance Attribute Summary collapse

Instance Attribute Details

#match_expressions::Array[Types::EksLabelSelectorRequirement]

Returns the value of attribute match_expressions.



416
417
418
# File 'sig/types.rbs', line 416

def match_expressions
  @match_expressions
end

#match_labels::Hash[::String, ::String]

Returns the value of attribute match_labels.

Returns:

  • (::Hash[::String, ::String])


415
416
417
# File 'sig/types.rbs', line 415

def match_labels
  @match_labels
end