Class: Aws::SecurityHub::Types::GetRecommendedPolicyV2Request

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

#max_resultsInteger

The maximum number of recommendation steps to return.

Returns:

  • (Integer)


26834
26835
26836
26837
26838
26839
26840
# File 'lib/aws-sdk-securityhub/types.rb', line 26834

class GetRecommendedPolicyV2Request < Struct.new(
  :metadata_uid,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_uidString

The unique identifier (ID) of Security Hub OCSF findings found under the metadata.uid field of the finding.

Returns:

  • (String)


26834
26835
26836
26837
26838
26839
26840
# File 'lib/aws-sdk-securityhub/types.rb', line 26834

class GetRecommendedPolicyV2Request < Struct.new(
  :metadata_uid,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


26834
26835
26836
26837
26838
26839
26840
# File 'lib/aws-sdk-securityhub/types.rb', line 26834

class GetRecommendedPolicyV2Request < Struct.new(
  :metadata_uid,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end