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)


25249
25250
25251
25252
25253
# File 'lib/aws-sdk-securityhub/types.rb', line 25249

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