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

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_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.



22569
22570
22571
22572
22573
22574
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22569

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.



22569
22570
22571
22572
22573
22574
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22569

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