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

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

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



26256
26257
26258
26259
26260
26261
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26256

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)


26256
26257
26258
26259
26260
26261
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26256

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