Class: Aws::Types::EksMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotations::Hash[::String, ::String]

Returns the value of attribute annotations.

Returns:

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


748
749
750
# File 'sig/types.rbs', line 748

def annotations
  @annotations
end

#labels::Hash[::String, ::String]

Returns the value of attribute labels.

Returns:

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


747
748
749
# File 'sig/types.rbs', line 747

def labels
  @labels
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def namespace
  @namespace
end