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

Class: Aws::SecurityHub::Types::UpdateStandardsControlRequest

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

Overview

Note:

When passing UpdateStandardsControlRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  standards_control_arn: "NonEmptyString", # required
  control_status: "ENABLED", # accepts ENABLED, DISABLED
  disabled_reason: "NonEmptyString",
}

Instance Attribute Summary collapse

Instance Attribute Details

#control_statusString

The updated status of the security standard control.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    The updated status of the security standard control.

#disabled_reasonString

A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.

Returns:

  • (String)

    A description of the reason why you are disabling a security standard control.

#standards_control_arnString

The ARN of the security standard control to enable or disable.

Returns:

  • (String)

    The ARN of the security standard control to enable or disable.