Class: Aws::Types::DeleteFileOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blob_id::String

Returns the value of attribute blob_id.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def blob_id
  @blob_id
end

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def commit_id
  @commit_id
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def file_path
  @file_path
end

#tree_id::String

Returns the value of attribute tree_id.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def tree_id
  @tree_id
end