Class: Aws::Types::ProtectedTask

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def expiration_date
  @expiration_date
end

#protection_enabledBoolean

Returns the value of attribute protection_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def task_arn
  @task_arn
end