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.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def cluster @cluster end |
#tasks ⇒ ::Array[::String]
Returns the value of attribute tasks.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def tasks @tasks end |