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

Class: Aws::SecurityHub::Types::StandardsControl

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

Overview

Details for an individual security standard control.

Instance Attribute Summary collapse

Instance Attribute Details

#control_idString

The identifier of the security standard control.

Returns:

  • (String)

    The identifier of the security standard control.

#control_statusString

The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    The current status of the security standard control.

#control_status_updated_atTime

The date and time that the status of the security standard control was most recently updated.

Returns:

  • (Time)

    The date and time that the status of the security standard control was most recently updated.

#descriptionString

The longer description of the security standard control. Provides information about what the control is checking for.

Returns:

  • (String)

    The longer description of the security standard control.

#disabled_reasonString

The reason provided for the most recent change in status for the control.

Returns:

  • (String)

    The reason provided for the most recent change in status for the control.

The list of requirements that are related to this control.

Returns:

  • (Array<String>)

    The list of requirements that are related to this control.

#remediation_urlString

A link to remediation information for the control in the Security Hub user documentation.

Returns:

  • (String)

    A link to remediation information for the control in the Security Hub user documentation.

#severity_ratingString

The severity of findings generated from this security standard control.

The finding severity is based on an assessment of how easy it would be to compromise AWS resources if the issue is detected.

Possible values:

  • LOW
  • MEDIUM
  • HIGH
  • CRITICAL

Returns:

  • (String)

    The severity of findings generated from this security standard control.

#standards_control_arnString

The ARN of the security standard control.

Returns:

  • (String)

    The ARN of the security standard control.

#titleString

The title of the security standard control.

Returns:

  • (String)

    The title of the security standard control.