Class: Aws::SecurityHub::Types::ListConfigurationPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListConfigurationPoliciesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results that’s returned by ‘ListConfigurationPolicies` in each page of the response.
-
#next_token ⇒ String
The NextToken value that’s returned from a previous paginated ‘ListConfigurationPolicies` request where `MaxResults` was used but the results exceeded the value of that parameter.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results that’s returned by ‘ListConfigurationPolicies` in each page of the response. When this parameter is used, `ListConfigurationPolicies` returns the specified number of results in a single page and a `NextToken` response element. You can see the remaining results of the initial request by sending another `ListConfigurationPolicies` request with the returned `NextToken` value. A valid range for `MaxResults` is between 1 and 100.
26299 26300 26301 26302 26303 26304 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26299 class ListConfigurationPoliciesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The NextToken value that’s returned from a previous paginated ‘ListConfigurationPolicies` request where `MaxResults` was used but the results exceeded the value of that parameter. Pagination continues from the `MaxResults` was used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned the `NextToken` value. This value is `null` when there are no more results to return.
26299 26300 26301 26302 26303 26304 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26299 class ListConfigurationPoliciesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |