Class: Aws::CodeStarNotifications::Types::ListNotificationRulesResult

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

#next_tokenString

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

Returns:

  • (String)


475
476
477
478
479
480
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 475

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

#notification_rulesArray<Types::NotificationRuleSummary>

The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.

Returns:



475
476
477
478
479
480
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 475

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