Class: Aws::SecurityHub::Types::ListConfigurationPolicyAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListConfigurationPolicyAssociationsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_policy_association_summaries ⇒ Array<Types::ConfigurationPolicyAssociationSummary>
An object that contains the details of each configuration policy association that’s returned in a ‘ListConfigurationPolicyAssociations` request.
-
#next_token ⇒ String
The ‘NextToken` value to include in the next `ListConfigurationPolicyAssociations` request.
Instance Attribute Details
#configuration_policy_association_summaries ⇒ Array<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_token ⇒ String
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.
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 |