Class: Aws::CodeCatalyst::Types::EventPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::EventPayload
- 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
-
#content_type ⇒ String
The type of content in the event payload.
-
#data ⇒ String
The data included in the event payload.
Instance Attribute Details
#content_type ⇒ String
The type of content in the event payload.
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 |
#data ⇒ String
The data included in the event payload.
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 |