Method: Aws::CodeDeploy::Types::RawString#sha256
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
#sha256 ⇒ String
The SHA256 hash value of the revision content.
4251 4252 4253 4254 4255 4256 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 4251 class RawString < Struct.new( :content, :sha256) SENSITIVE = [] include Aws::Structure end |