Class: Aws::CodeStarNotifications::Types::EventTypeSummary

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

Overview

Returns information about an event that has triggered a notification rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_type_idString

The system-generated ID of the event. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.

Returns:

  • (String)


303
304
305
306
307
308
309
310
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 303

class EventTypeSummary < Struct.new(
  :event_type_id,
  :service_name,
  :event_type_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_type_nameString

The name of the event.

Returns:

  • (String)


303
304
305
306
307
308
309
310
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 303

class EventTypeSummary < Struct.new(
  :event_type_id,
  :service_name,
  :event_type_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type of the event.

Returns:

  • (String)


303
304
305
306
307
308
309
310
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 303

class EventTypeSummary < Struct.new(
  :event_type_id,
  :service_name,
  :event_type_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service for which the event applies.

Returns:

  • (String)


303
304
305
306
307
308
309
310
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 303

class EventTypeSummary < Struct.new(
  :event_type_id,
  :service_name,
  :event_type_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end