Class: Aws::Types::FargateProfileSelector
- Inherits:
-
Object
- Object
- Aws::Types::FargateProfileSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def labels @labels end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def namespace @namespace end |