Class: Aws::CodeCommit::Types::GetBlobInput

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

Overview

Represents the input of a get blob operation.

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)


2694
2695
2696
2697
2698
2699
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2694

class GetBlobInput < Struct.new(
  :repository_name,
  :blob_id)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository that contains the blob.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2694

class GetBlobInput < Struct.new(
  :repository_name,
  :blob_id)
  SENSITIVE = []
  include Aws::Structure
end