Class: Aws::Types::EksMetadata
- Inherits:
-
Object
- Object
- Aws::Types::EksMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotations ⇒ ::Hash[::String, ::String]
Returns the value of attribute annotations.
-
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#annotations ⇒ ::Hash[::String, ::String]
Returns the value of attribute annotations.
748 749 750 |
# File 'sig/types.rbs', line 748 def annotations @annotations end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
747 748 749 |
# File 'sig/types.rbs', line 747 def labels @labels end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
749 750 751 |
# File 'sig/types.rbs', line 749 def namespace @namespace end |