Class: Aws::CodeStarNotifications::Types::ListNotificationRulesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::ListNotificationRulesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarnotifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of the results.
-
#notification_rules ⇒ Array<Types::NotificationRuleSummary>
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
Instance Attribute Details
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of the results.
475 476 477 478 479 480 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 475 class ListNotificationRulesResult < Struct.new( :next_token, :notification_rules) SENSITIVE = [] include Aws::Structure end |
#notification_rules ⇒ Array<Types::NotificationRuleSummary>
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
475 476 477 478 479 480 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 475 class ListNotificationRulesResult < Struct.new( :next_token, :notification_rules) SENSITIVE = [] include Aws::Structure end |