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.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def labels @labels end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def namespace @namespace end |