Class: Aws::SecurityHub::Types::ListConfigurationPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListConfigurationPoliciesResponse
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_policy_summaries ⇒ Array<Types::ConfigurationPolicySummary>
Provides metadata for each of your configuration policies.
-
#next_token ⇒ String
The
NextTokenvalue to include in the nextListConfigurationPoliciesrequest.
Instance Attribute Details
#configuration_policy_summaries ⇒ Array<Types::ConfigurationPolicySummary>
Provides metadata for each of your configuration policies.
28070 28071 28072 28073 28074 28075 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28070 class ListConfigurationPoliciesResponse < Struct.new( :configuration_policy_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
28070 28071 28072 28073 28074 28075 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28070 class ListConfigurationPoliciesResponse < Struct.new( :configuration_policy_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |