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:

  • (::String)


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.

Returns:

  • (::Integer)


2986
2987
2988
# File 'sig/types.rbs', line 2986

def expires_in_minutes
  @expires_in_minutes
end

#protection_enabledBoolean

Returns the value of attribute protection_enabled.

Returns:

  • (Boolean)


2985
2986
2987
# File 'sig/types.rbs', line 2985

def protection_enabled
  @protection_enabled
end

#tasks::Array[::String]

Returns the value of attribute tasks.

Returns:

  • (::Array[::String])


2984
2985
2986
# File 'sig/types.rbs', line 2984

def tasks
  @tasks
end