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

Class: Aws::Inspector::Types::Exclusion

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

Overview

Contains information about what was excluded from an assessment run.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN that specifies the exclusion.

Returns:

  • (String)

    The ARN that specifies the exclusion.

#attributesArray<Types::Attribute>

The system-defined attributes for the exclusion.

Returns:

  • (Array<Types::Attribute>)

    The system-defined attributes for the exclusion.

#descriptionString

The description of the exclusion.

Returns:

  • (String)

    The description of the exclusion.

#recommendationString

The recommendation for the exclusion.

Returns:

  • (String)

    The recommendation for the exclusion.

#scopesArray<Types::Scope>

The AWS resources for which the exclusion pertains.

Returns:

  • (Array<Types::Scope>)

    The AWS resources for which the exclusion pertains.

#titleString

The name of the exclusion.

Returns:

  • (String)

    The name of the exclusion.