You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::RawString

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RawString as input to an Aws::Client method, you can use a vanilla Hash:

{
  content: "RawStringContent",
  sha256: "RawStringSha256",
}

A revision for an AWS Lambda deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda deployments, the revision is the same as the AppSpec file.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.

Returns:

  • (String)

    The YAML-formatted or JSON-formatted revision string.

#sha256String

The SHA256 hash value of the revision content.

Returns:

  • (String)

    The SHA256 hash value of the revision content.