Class: Aws::SecurityHub::Types::GenerateRecommendedPolicyV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GenerateRecommendedPolicyV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_uid ⇒ String
The unique identifier (ID) of Security Hub OCSF findings found under the
metadata.uidfield of the finding.
Instance Attribute Details
#metadata_uid ⇒ String
The unique identifier (ID) of Security Hub OCSF findings found under
the metadata.uid field of the finding.
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 |