Class: Aws::SecurityHub::Types::ListConfigurationPoliciesResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_policy_summariesArray<Types::ConfigurationPolicySummary>

Provides metadata for each of your configuration policies.



26327
26328
26329
26330
26331
26332
# File 'lib/aws-sdk-securityhub/types.rb', line 26327

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

#next_tokenString

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.

Returns:

  • (String)


26327
26328
26329
26330
26331
26332
# File 'lib/aws-sdk-securityhub/types.rb', line 26327

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