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.
Constant Summary collapse
- SENSITIVE =
[]
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.
2707 2708 2709 2710 2711 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2707 class GetBlobOutput < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |