Method: Aws::FMS::Types::ComplianceViolator#resource_type

Defined in:
lib/aws-sdk-fms/types.rb

#resource_typeString

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

Returns:

  • (String)


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