Class: Aws::CodeCommit::Types::GetBlobOutput

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

Overview

Represents the output of a get blob operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the blob, usually a file.

Returns:

  • (String)


2709
2710
2711
2712
2713
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2709

class GetBlobOutput < Struct.new(
  :content)
  SENSITIVE = []
  include Aws::Structure
end