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

Class: Aws::Inspector::Types::ExclusionPreview

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

Overview

Contains information about what is excluded from an assessment run given the current state of the assessment template.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

The system-defined attributes for the exclusion preview.

Returns:

  • (Array<Types::Attribute>)

    The system-defined attributes for the exclusion preview.

#descriptionString

The description of the exclusion preview.

Returns:

  • (String)

    The description of the exclusion preview.

#recommendationString

The recommendation for the exclusion preview.

Returns:

  • (String)

    The recommendation for the exclusion preview.

#scopesArray<Types::Scope>

The AWS resources for which the exclusion preview pertains.

Returns:

  • (Array<Types::Scope>)

    The AWS resources for which the exclusion preview pertains.

#titleString

The name of the exclusion preview.

Returns:

  • (String)

    The name of the exclusion preview.