Class: Aws::CodeCatalyst::Types::EventLogEntry

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

Overview

Information about an entry in an event log of Amazon CodeCatalyst activity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ String

The code of the error, if any.

Returns:

  • (String)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#event_category ⇒ String

The category for the event.

Returns:

  • (String)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#event_name ⇒ String

The name of the event.

Returns:

  • (String)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#event_source ⇒ String

The source of the event.

Returns:

  • (String)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#event_time ⇒ Time

The time the event took place, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

Returns:

  • (Time)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#event_type ⇒ String

The type of the event.

Returns:

  • (String)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The system-generated unique ID of the event.

Returns:

  • (String)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#operation_type ⇒ String

The type of the event.

Returns:

  • (String)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#project_information ⇒ Types::ProjectInformation

Information about the project where the event occurred.



873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#request_id ⇒ String

The system-generated unique ID of the request.

Returns:

  • (String)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#request_payload ⇒ Types::EventPayload

Information about the payload of the request.

Returns:



873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#response_payload ⇒ Types::EventPayload

Information about the payload of the response, if any.

Returns:



873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#source_ip_address ⇒ String

The IP address of the user whose actions are recorded in the event.

Returns:

  • (String)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#user_agent ⇒ String

The user agent whose actions are recorded in the event.

Returns:

  • (String)


873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#user_identity ⇒ Types::UserIdentity

The system-generated unique ID of the user whose actions are recorded in the event.

Returns:



873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 873

class EventLogEntry < Struct.new(
  :id,
  :event_name,
  :event_type,
  :event_category,
  :event_source,
  :event_time,
  :operation_type,
  :user_identity,
  :project_information,
  :request_id,
  :request_payload,
  :response_payload,
  :error_code,
  :source_ip_address,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end