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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



22889
22890
22891
22892
22893
# File 'lib/aws-sdk-securityhub/types.rb', line 22889

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