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.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def cluster @cluster end |
#expires_in_minutes ⇒ ::Integer
Returns the value of attribute expires_in_minutes.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def expires_in_minutes @expires_in_minutes end |
#protection_enabled ⇒ Boolean
Returns the value of attribute protection_enabled.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def protection_enabled @protection_enabled end |
#tasks ⇒ ::Array[::String]
Returns the value of attribute tasks.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def tasks @tasks end |