Class: Aws::Types::UpdateTaskProtectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTaskProtectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#expires_in_minutes ⇒ ::Integer
Returns the value of attribute expires_in_minutes.
-
#protection_enabled ⇒ Boolean
Returns the value of attribute protection_enabled.
-
#tasks ⇒ ::Array[::String]
Returns the value of attribute tasks.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def cluster @cluster end |
#expires_in_minutes ⇒ ::Integer
Returns the value of attribute expires_in_minutes.
3004 3005 3006 |
# File 'sig/types.rbs', line 3004 def expires_in_minutes @expires_in_minutes end |
#protection_enabled ⇒ Boolean
Returns the value of attribute protection_enabled.
3003 3004 3005 |
# File 'sig/types.rbs', line 3003 def protection_enabled @protection_enabled end |
#tasks ⇒ ::Array[::String]
Returns the value of attribute tasks.
3002 3003 3004 |
# File 'sig/types.rbs', line 3002 def tasks @tasks end |