Class: Aws::CodeStarNotifications::Types::ListTargetsResult

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 results.

Returns:

  • (String)


577
578
579
580
581
582
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 577

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

#targetsArray<Types::TargetSummary>

The list of notification rule targets.

Returns:



577
578
579
580
581
582
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 577

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