Class: Aws::SecurityHub::Types::StandardsControlAssociationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StandardsControlAssociationUpdate
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An array of requested updates to the enablement status of controls in specified standards. The objects in the array include a security control ID, the Amazon Resource Name (ARN) of the standard, the requested enablement status, and the reason for updating the enablement status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_status ⇒ String
The desired enablement status of the control in the standard.
-
#security_control_id ⇒ String
The unique identifier for the security control whose enablement status you want to update.
-
#standards_arn ⇒ String
The Amazon Resource Name (ARN) of the standard in which you want to update the control’s enablement status.
-
#updated_reason ⇒ String
The reason for updating the control’s enablement status in the standard.
Instance Attribute Details
#association_status ⇒ String
The desired enablement status of the control in the standard.
30128 30129 30130 30131 30132 30133 30134 30135 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30128 class StandardsControlAssociationUpdate < Struct.new( :standards_arn, :security_control_id, :association_status, :updated_reason) SENSITIVE = [] include Aws::Structure end |
#security_control_id ⇒ String
The unique identifier for the security control whose enablement status you want to update.
30128 30129 30130 30131 30132 30133 30134 30135 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30128 class StandardsControlAssociationUpdate < Struct.new( :standards_arn, :security_control_id, :association_status, :updated_reason) SENSITIVE = [] include Aws::Structure end |
#standards_arn ⇒ String
The Amazon Resource Name (ARN) of the standard in which you want to update the control’s enablement status.
30128 30129 30130 30131 30132 30133 30134 30135 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30128 class StandardsControlAssociationUpdate < Struct.new( :standards_arn, :security_control_id, :association_status, :updated_reason) SENSITIVE = [] include Aws::Structure end |
#updated_reason ⇒ String
The reason for updating the control’s enablement status in the standard.
30128 30129 30130 30131 30132 30133 30134 30135 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30128 class StandardsControlAssociationUpdate < Struct.new( :standards_arn, :security_control_id, :association_status, :updated_reason) SENSITIVE = [] include Aws::Structure end |