Class: Aws::Types::DeleteFileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def branch_name
  @branch_name
end

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def commit_message
  @commit_message
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def email
  @email
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def file_path
  @file_path
end

#keep_empty_foldersBoolean

Returns the value of attribute keep_empty_folders.

Returns:

  • (Boolean)


515
516
517
# File 'sig/types.rbs', line 515

def keep_empty_folders
  @keep_empty_folders
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def name
  @name
end

#parent_commit_id::String

Returns the value of attribute parent_commit_id.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def parent_commit_id
  @parent_commit_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def repository_name
  @repository_name
end