Class: Aws::CodeStarNotifications::Types::ListTargetsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::ListTargetsResult
- 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 results.
-
#targets ⇒ Array<Types::TargetSummary>
The list of notification rule targets.
Instance Attribute Details
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of results.
577 578 579 580 581 582 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 577 class ListTargetsResult < Struct.new( :targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::TargetSummary>
The list of notification rule targets.
577 578 579 580 581 582 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 577 class ListTargetsResult < Struct.new( :targets, :next_token) SENSITIVE = [] include Aws::Structure end |