Class: Aws::SecurityHub::Types::BatchUpdateStandardsControlAssociationsResponse

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

#unprocessed_association_updatesArray<Types::UnprocessedStandardsControlAssociationUpdate>

A security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.



22850
22851
22852
22853
22854
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22850

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