Class: Aws::CodeCommit::Types::PutFileOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blob_idString

The ID of the blob, which is its SHA-1 pointer.

Returns:

  • (String)


6040
6041
6042
6043
6044
6045
6046
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6040

class PutFileOutput < Struct.new(
  :commit_id,
  :blob_id,
  :tree_id)
  SENSITIVE = []
  include Aws::Structure
end

#commit_idString

The full SHA ID of the commit that contains this file change.

Returns:

  • (String)


6040
6041
6042
6043
6044
6045
6046
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6040

class PutFileOutput < Struct.new(
  :commit_id,
  :blob_id,
  :tree_id)
  SENSITIVE = []
  include Aws::Structure
end

#tree_idString

The full SHA-1 pointer of the tree information for the commit that contains this file change.

Returns:

  • (String)


6040
6041
6042
6043
6044
6045
6046
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6040

class PutFileOutput < Struct.new(
  :commit_id,
  :blob_id,
  :tree_id)
  SENSITIVE = []
  include Aws::Structure
end