Class: Aws::Types::PutFileInput

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)


1728
1729
1730
# File 'sig/types.rbs', line 1728

def branch_name
  @branch_name
end

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def commit_message
  @commit_message
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def email
  @email
end

#file_content::String

Returns the value of attribute file_content.

Returns:

  • (::String)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def file_content
  @file_content
end

#file_mode"EXECUTABLE", ...

Returns the value of attribute file_mode.

Returns:

  • ("EXECUTABLE", "NORMAL", "SYMLINK")


1731
1732
1733
# File 'sig/types.rbs', line 1731

def file_mode
  @file_mode
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def file_path
  @file_path
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def name
  @name
end

#parent_commit_id::String

Returns the value of attribute parent_commit_id.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def parent_commit_id
  @parent_commit_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def repository_name
  @repository_name
end