Class: Aws::CodeStarNotifications::Types::EventTypeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::EventTypeSummary
- 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
-
#event_type_id ⇒ String
The system-generated ID of the event.
-
#event_type_name ⇒ String
The name of the event.
-
#resource_type ⇒ String
The resource type of the event.
-
#service_name ⇒ String
The name of the service for which the event applies.
Instance Attribute Details
#event_type_id ⇒ String
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.
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_name ⇒ String
The name of the event.
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_type ⇒ String
The resource type of the event.
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_name ⇒ String
The name of the service for which the event applies.
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 |