Class: Aws::CloudFormation::Types::ListResourceScansInput

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

#max_resultsInteger

If the number of available results exceeds this maximum, the response includes a ‘NextToken` value that you can use for the `NextToken` parameter to get the next set of results. The default value is 10. The maximum value is 100.

Returns:

  • (Integer)


4915
4916
4917
4918
4919
4920
# File 'lib/aws-sdk-cloudformation/types.rb', line 4915

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

#next_tokenString

A string that identifies the next page of resource scan results.

Returns:

  • (String)


4915
4916
4917
4918
4919
4920
# File 'lib/aws-sdk-cloudformation/types.rb', line 4915

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