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)


6046
6047
6048
6049
6050
6051
6052
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6046

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)


6046
6047
6048
6049
6050
6051
6052
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6046

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)


6046
6047
6048
6049
6050
6051
6052
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6046

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