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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.



25417
25418
25419
25420
25421
25422
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25417

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)


25417
25418
25419
25420
25421
25422
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25417

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