Class: Aws::Types::UpdateTaskProtectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:



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.

Returns:



3004
3005
3006
# File 'sig/types.rbs', line 3004

def expires_in_minutes
  @expires_in_minutes
end

#protection_enabledBoolean

Returns the value of attribute protection_enabled.

Returns:



3003
3004
3005
# File 'sig/types.rbs', line 3003

def protection_enabled
  @protection_enabled
end

#tasks::Array[::String]

Returns the value of attribute tasks.

Returns:



3002
3003
3004
# File 'sig/types.rbs', line 3002

def tasks
  @tasks
end