Class: Aws::Types::GetTaskProtectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTaskProtectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#tasks ⇒ ::Array[::String]
Returns the value of attribute tasks.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def cluster @cluster end |
#tasks ⇒ ::Array[::String]
Returns the value of attribute tasks.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def tasks @tasks end |