Class: Aws::DevOpsAgent::Types::SendMessageJsonDelta

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

JSON delta containing partial JSON

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partial_jsonString

Partial JSON string

Returns:

  • (String)


3842
3843
3844
3845
3846
# File 'lib/aws-sdk-devopsagent/types.rb', line 3842

class SendMessageJsonDelta < Struct.new(
  :partial_json)
  SENSITIVE = []
  include Aws::Structure
end