Class: Aws::CloudFormation::Types::ListResourceScansOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the request doesn’t return all the remaining results, ‘NextToken` is set to a token. To retrieve the next set of results, call `ListResourceScans` again and use that value for the `NextToken` parameter. If the request returns all results, `NextToken` is set to an empty string.

Returns:

  • (String)


4936
4937
4938
4939
4940
4941
# File 'lib/aws-sdk-cloudformation/types.rb', line 4936

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

#resource_scan_summariesArray<Types::ResourceScanSummary>

The list of scans returned.

Returns:



4936
4937
4938
4939
4940
4941
# File 'lib/aws-sdk-cloudformation/types.rb', line 4936

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