Class: Aws::SecurityHub::Types::BatchGetStandardsControlAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchGetStandardsControlAssociationsResponse
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#standards_control_association_details ⇒ Array<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.
-
#unprocessed_associations ⇒ Array<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.
Instance Attribute Details
#standards_control_association_details ⇒ Array<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.
21696 21697 21698 21699 21700 21701 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21696 class BatchGetStandardsControlAssociationsResponse < Struct.new( :standards_control_association_details, :unprocessed_associations) SENSITIVE = [] include Aws::Structure end |
#unprocessed_associations ⇒ Array<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.
21696 21697 21698 21699 21700 21701 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21696 class BatchGetStandardsControlAssociationsResponse < Struct.new( :standards_control_association_details, :unprocessed_associations) SENSITIVE = [] include Aws::Structure end |