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.
760 761 762 |
# File 'sig/types.rbs', line 760 def annotations @annotations end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
759 760 761 |
# File 'sig/types.rbs', line 759 def labels @labels end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
761 762 763 |
# File 'sig/types.rbs', line 761 def namespace @namespace end |