Class: Aws::SecurityHub::Types::GenerateRecommendedPolicyV2Request

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

#metadata_uidString

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

Returns:

  • (String)


25775
25776
25777
25778
25779
# File 'lib/aws-sdk-securityhub/types.rb', line 25775

class GenerateRecommendedPolicyV2Request < Struct.new(
  :metadata_uid)
  SENSITIVE = []
  include Aws::Structure
end