Class: Aws::CodeCatalyst::Types::EventPayload

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Information about the payload of an event recording Amazon CodeCatalyst activity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

The type of content in the event payload.

Returns:

  • (String)


906
907
908
909
910
911
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 906

class EventPayload < Struct.new(
  :content_type,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#dataString

The data included in the event payload.

Returns:

  • (String)


906
907
908
909
910
911
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 906

class EventPayload < Struct.new(
  :content_type,
  :data)
  SENSITIVE = []
  include Aws::Structure
end