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)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def cluster
  @cluster
end

#tasks::Array[::String]

Returns the value of attribute tasks.

Returns:

  • (::Array[::String])


1327
1328
1329
# File 'sig/types.rbs', line 1327

def tasks
  @tasks
end