Class: Aws::SecurityHub::Types::BatchUpdateStandardsControlAssociationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#standards_control_association_updatesArray<Types::StandardsControlAssociationUpdate>

Updates the enablement status of a security control in a specified standard.

Calls to this operation return a RESOURCE_NOT_FOUND_EXCEPTION error when the standard subscription for the control has StandardsControlsUpdatable value NOT_READY_FOR_UPDATES.



22216
22217
22218
22219
22220
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22216

class BatchUpdateStandardsControlAssociationsRequest < Struct.new(
  :standards_control_association_updates)
  SENSITIVE = []
  include Aws::Structure
end