Class: Aws::SecurityHub::Types::UpdateStandardsControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UpdateStandardsControlRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_status ⇒ String
The updated status of the security standard control.
-
#disabled_reason ⇒ String
A description of the reason why you are disabling a security standard control.
-
#standards_control_arn ⇒ String
The ARN of the security standard control to enable or disable.
Instance Attribute Details
#control_status ⇒ String
The updated status of the security standard control.
31401 31402 31403 31404 31405 31406 31407 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31401 class UpdateStandardsControlRequest < Struct.new( :standards_control_arn, :control_status, :disabled_reason) SENSITIVE = [] include Aws::Structure end |
#disabled_reason ⇒ String
A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.
31401 31402 31403 31404 31405 31406 31407 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31401 class UpdateStandardsControlRequest < Struct.new( :standards_control_arn, :control_status, :disabled_reason) SENSITIVE = [] include Aws::Structure end |
#standards_control_arn ⇒ String
The ARN of the security standard control to enable or disable.
31401 31402 31403 31404 31405 31406 31407 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31401 class UpdateStandardsControlRequest < Struct.new( :standards_control_arn, :control_status, :disabled_reason) SENSITIVE = [] include Aws::Structure end |