Class: Aws::SecurityHub::Types::GetRecommendedPolicyV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetRecommendedPolicyV2Request
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of recommendation steps to return.
-
#metadata_uid ⇒ String
The unique identifier (ID) of Security Hub OCSF findings found under the
metadata.uidfield of the finding. -
#next_token ⇒ String
The token used to paginate the
RecommendationStepslist returned.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of recommendation steps to return.
26935 26936 26937 26938 26939 26940 26941 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26935 class GetRecommendedPolicyV2Request < Struct.new( :metadata_uid, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#metadata_uid ⇒ String
The unique identifier (ID) of Security Hub OCSF findings found under
the metadata.uid field of the finding.
26935 26936 26937 26938 26939 26940 26941 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26935 class GetRecommendedPolicyV2Request < Struct.new( :metadata_uid, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to paginate the RecommendationSteps list returned.
On your first call to GetRecommendedPolicyV2, omit this parameter
or set it to NULL. For subsequent calls, use the NextToken value
returned in the previous response to retrieve the next page of
results.
26935 26936 26937 26938 26939 26940 26941 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26935 class GetRecommendedPolicyV2Request < Struct.new( :metadata_uid, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |