Class: Aws::Types::GetTaskProtectionRequest

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)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def cluster
  @cluster
end

#tasks::Array[::String]

Returns the value of attribute tasks.

Returns:

  • (::Array[::String])


1343
1344
1345
# File 'sig/types.rbs', line 1343

def tasks
  @tasks
end