Class: Aws::CodeCommit::Types::GetBlobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetBlobOutput
- 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
-
#content ⇒ String
The content of the blob, usually a file.
Instance Attribute Details
#content ⇒ String
The content of the blob, usually a file.
2920 2921 2922 2923 2924 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2920 class GetBlobOutput < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |