Class: Aws::Types::ProtectedTask
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#protection_enabled ⇒ Boolean
Returns the value of attribute protection_enabled.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
Instance Attribute Details
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def expiration_date @expiration_date end |
#protection_enabled ⇒ Boolean
Returns the value of attribute protection_enabled.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def protection_enabled @protection_enabled end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def task_arn @task_arn end |