Class: Aws::SecurityHub::Types::ListConfigurationPolicyAssociationsResponse

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_association_summariesArray<Types::ConfigurationPolicyAssociationSummary>

An object that contains the details of each configuration policy association that’s returned in a ‘ListConfigurationPolicyAssociations` request.



26380
26381
26382
26383
26384
26385
# File 'lib/aws-sdk-securityhub/types.rb', line 26380

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

#next_tokenString

The ‘NextToken` value to include in the next `ListConfigurationPolicyAssociations` request. When the results of a `ListConfigurationPolicyAssociations` 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)


26380
26381
26382
26383
26384
26385
# File 'lib/aws-sdk-securityhub/types.rb', line 26380

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