Class: Aws::SecurityHub::Types::BatchGetStandardsControlAssociationsResponse

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

#standards_control_association_detailsArray<Types::StandardsControlAssociationDetail>

Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.



22598
22599
22600
22601
22602
22603
# File 'lib/aws-sdk-securityhub/types.rb', line 22598

class BatchGetStandardsControlAssociationsResponse < Struct.new(
  :standards_control_association_details,
  :unprocessed_associations)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_associationsArray<Types::UnprocessedStandardsControlAssociation>

A security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.



22598
22599
22600
22601
22602
22603
# File 'lib/aws-sdk-securityhub/types.rb', line 22598

class BatchGetStandardsControlAssociationsResponse < Struct.new(
  :standards_control_association_details,
  :unprocessed_associations)
  SENSITIVE = []
  include Aws::Structure
end