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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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*.

[1]: docs.aws.amazon.com/codestar-notifications/latest/userguide/concepts.html#concepts-api

Returns:

  • (String)


303
304
305
306
307
308
309
310
# File '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 '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 '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 '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