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.
741 742 743 |
# File 'sig/types.rbs', line 741 def annotations @annotations end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
740 741 742 |
# File 'sig/types.rbs', line 740 def labels @labels end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
742 743 744 |
# File 'sig/types.rbs', line 742 def namespace @namespace end |