Class: Aws::Types::CreateCommitOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def commit_id
  @commit_id
end

#files_added::Array[Types::FileMetadata]

Returns the value of attribute files_added.

Returns:



406
407
408
# File 'sig/types.rbs', line 406

def files_added
  @files_added
end

#files_deleted::Array[Types::FileMetadata]

Returns the value of attribute files_deleted.

Returns:



408
409
410
# File 'sig/types.rbs', line 408

def files_deleted
  @files_deleted
end

#files_updated::Array[Types::FileMetadata]

Returns the value of attribute files_updated.

Returns:



407
408
409
# File 'sig/types.rbs', line 407

def files_updated
  @files_updated
end

#tree_id::String

Returns the value of attribute tree_id.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def tree_id
  @tree_id
end