Method: Aws::FMS::Types::ComplianceViolator#metadata
- Defined in:
- lib/aws-sdk-fms/types.rb
#metadata ⇒ Hash<String,String>
Metadata about the resource that doesn’t comply with the policy scope.
522 523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-fms/types.rb', line 522 class ComplianceViolator < Struct.new( :resource_id, :violation_reason, :resource_type, :metadata) SENSITIVE = [] include Aws::Structure end |