Class: Aws::SecurityHub::Types::StandardsControlAssociationUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#association_statusString

The desired enablement status of the control in the standard.

Returns:

  • (String)


29944
29945
29946
29947
29948
29949
29950
29951
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29944

class StandardsControlAssociationUpdate < Struct.new(
  :standards_arn,
  :security_control_id,
  :association_status,
  :updated_reason)
  SENSITIVE = []
  include Aws::Structure
end

#security_control_idString

The unique identifier for the security control whose enablement status you want to update.

Returns:

  • (String)


29944
29945
29946
29947
29948
29949
29950
29951
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29944

class StandardsControlAssociationUpdate < Struct.new(
  :standards_arn,
  :security_control_id,
  :association_status,
  :updated_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_arnString

The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.

Returns:

  • (String)


29944
29945
29946
29947
29948
29949
29950
29951
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29944

class StandardsControlAssociationUpdate < Struct.new(
  :standards_arn,
  :security_control_id,
  :association_status,
  :updated_reason)
  SENSITIVE = []
  include Aws::Structure
end

#updated_reasonString

The reason for updating the control's enablement status in the standard.

Returns:

  • (String)


29944
29945
29946
29947
29948
29949
29950
29951
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29944

class StandardsControlAssociationUpdate < Struct.new(
  :standards_arn,
  :security_control_id,
  :association_status,
  :updated_reason)
  SENSITIVE = []
  include Aws::Structure
end