Class: Aws::Inspector::Types::ListAssessmentTargetsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_target_arnsArray<String>

A list of ARNs that specifies the assessment targets that are returned by the action.

Returns:

  • (Array<String>)


1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1877

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

#next_tokenString

When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

Returns:

  • (String)


1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1877

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