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.



26196
26197
26198
26199
26200
26201
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26196

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)


26196
26197
26198
26199
26200
26201
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26196

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