Class: Aws::CodeStarNotifications::Types::ListEventTypesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typesArray<Types::EventTypeSummary>

Information about each event, including service name, resource type, event ID, and event name.

Returns:



400
401
402
403
404
405
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 400

class ListEventTypesResult < Struct.new(
  :event_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An enumeration token that can be used in a request to return the next batch of the results.

Returns:

  • (String)


400
401
402
403
404
405
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 400

class ListEventTypesResult < Struct.new(
  :event_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end