Class: Aws::SecurityHub::Types::ListConfigurationPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListConfigurationPoliciesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_policy_summaries ⇒ Array<Types::ConfigurationPolicySummary>
Provides metadata for each of your configuration policies.
-
#next_token ⇒ String
The ‘NextToken` value to include in the next `ListConfigurationPolicies` request.
Instance Attribute Details
#configuration_policy_summaries ⇒ Array<Types::ConfigurationPolicySummary>
Provides metadata for each of your configuration policies.
26320 26321 26322 26323 26324 26325 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26320 class ListConfigurationPoliciesResponse < Struct.new( :configuration_policy_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The ‘NextToken` value to include in the next `ListConfigurationPolicies` request. When the results of a `ListConfigurationPolicies` request exceed `MaxResults`, this value can be used to retrieve the next page of results. This value is `null` when there are no more results to return.
26320 26321 26322 26323 26324 26325 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26320 class ListConfigurationPoliciesResponse < Struct.new( :configuration_policy_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |