Class: Aws::CloudFormation::Types::ListResourceScansOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListResourceScansOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the request doesn’t return all the remaining results, ‘NextToken` is set to a token.
-
#resource_scan_summaries ⇒ Array<Types::ResourceScanSummary>
The list of scans returned.
Instance Attribute Details
#next_token ⇒ String
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.
5008 5009 5010 5011 5012 5013 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 5008 class ListResourceScansOutput < Struct.new( :resource_scan_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_scan_summaries ⇒ Array<Types::ResourceScanSummary>
The list of scans returned.
5008 5009 5010 5011 5012 5013 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 5008 class ListResourceScansOutput < Struct.new( :resource_scan_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |