class Aws::SecurityHub::Types::UpdateStandardsControlRequest

@note When making an API call, you may pass UpdateStandardsControlRequest

data as a hash:

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

@!attribute [rw] standards_control_arn

The ARN of the security standard control to enable or disable.
@return [String]

@!attribute [rw] control_status

The updated status of the security standard control.
@return [String]

@!attribute [rw] disabled_reason

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

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateStandardsControlRequest AWS API Documentation

Constants

SENSITIVE