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])


741
742
743
# File 'sig/types.rbs', line 741

def annotations
  @annotations
end

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

Returns the value of attribute labels.

Returns:

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


740
741
742
# File 'sig/types.rbs', line 740

def labels
  @labels
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def namespace
  @namespace
end