Class: Aws::FMS::Types::ComplianceViolator
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ComplianceViolator
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Details of the resource that is not protected by the policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata ⇒ Hash<String,String>
Metadata about the resource that doesn’t comply with the policy scope.
-
#resource_id ⇒ String
The resource ID.
-
#resource_type ⇒ String
The resource type.
-
#violation_reason ⇒ String
The reason that the resource is not protected by the policy.
Instance Attribute Details
#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 |
#resource_id ⇒ String
The resource ID.
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 |
#resource_type ⇒ String
The resource type. This is in the format shown in the [Amazon Web Services Resource Types Reference]. For example: ‘AWS::ElasticLoadBalancingV2::LoadBalancer`, `AWS::CloudFront::Distribution`, or `AWS::NetworkFirewall::FirewallPolicy`.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
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 |
#violation_reason ⇒ String
The reason that the resource is not protected by the policy.
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 |