Class: Aws::Types::TaskExecutionFoldersFailedDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete::Integer

Returns the value of attribute delete.

Returns:

  • (::Integer)


888
889
890
# File 'sig/types.rbs', line 888

def delete
  @delete
end

#list::Integer

Returns the value of attribute list.

Returns:

  • (::Integer)


884
885
886
# File 'sig/types.rbs', line 884

def list
  @list
end

#prepare::Integer

Returns the value of attribute prepare.

Returns:

  • (::Integer)


885
886
887
# File 'sig/types.rbs', line 885

def prepare
  @prepare
end

#transfer::Integer

Returns the value of attribute transfer.

Returns:

  • (::Integer)


886
887
888
# File 'sig/types.rbs', line 886

def transfer
  @transfer
end

#verify::Integer

Returns the value of attribute verify.

Returns:

  • (::Integer)


887
888
889
# File 'sig/types.rbs', line 887

def verify
  @verify
end