You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FMS::Types::ViolationDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Violations for a resource based on the specified AWS Firewall Manager policy and AWS account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#member_accountString

The AWS account that the violation details were requested for.

Returns:

  • (String)

    The AWS account that the violation details were requested for.

#policy_idString

The ID of the AWS Firewall Manager policy that the violation details were requested for.

Returns:

  • (String)

    The ID of the AWS Firewall Manager policy that the violation details were requested for.

#resource_descriptionString

Brief description for the requested resource.

Returns:

  • (String)

    Brief description for the requested resource.

#resource_idString

The resource ID that the violation details were requested for.

Returns:

  • (String)

    The resource ID that the violation details were requested for.

#resource_tagsArray<Types::Tag>

The ResourceTag objects associated with the resource.

Returns:

  • (Array<Types::Tag>)

    The ResourceTag objects associated with the resource.

#resource_typeString

The resource type that the violation details were requested for.

Returns:

  • (String)

    The resource type that the violation details were requested for.

#resource_violationsArray<Types::ResourceViolation>

List of violations for the requested resource.

Returns: