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.uid` field 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.
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 |