Class: Aws::CloudFormation::Types::ListResourceScansInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListResourceScansInput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
If the number of available results exceeds this maximum, the response includes a
NextToken
value that you can use for theNextToken
parameter to get the next set of results. -
#next_token ⇒ String
A string that identifies the next page of resource scan results.
Instance Attribute Details
#max_results ⇒ Integer
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.
4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4987 class ListResourceScansInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A string that identifies the next page of resource scan results.
4987 4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4987 class ListResourceScansInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |