Class: Aws::CodeCommit::Types::GetBlobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetBlobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Represents the output of a get blob operation.
Instance Attribute Summary collapse
-
#content ⇒ String
The content of the blob, usually a file.
Instance Attribute Details
#content ⇒ String
The content of the blob, usually a file.
340 341 342 343 |
# File 'lib/aws-sdk-codecommit/types.rb', line 340 class GetBlobOutput < Struct.new( :content) include Aws::Structure end |