Class: Aws::SecurityHub::Types::StandardsControlAssociationId
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StandardsControlAssociationId
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An array with one or more objects that includes a security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. The security control ID or ARN is the same across standards.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_control_id ⇒ String
The unique identifier (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) of a security control across standards.
-
#standards_arn ⇒ String
The ARN of a standard.
Instance Attribute Details
#security_control_id ⇒ String
The unique identifier (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) of a security control across standards.
30033 30034 30035 30036 30037 30038 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30033 class StandardsControlAssociationId < Struct.new( :security_control_id, :standards_arn) SENSITIVE = [] include Aws::Structure end |
#standards_arn ⇒ String
The ARN of a standard.
30033 30034 30035 30036 30037 30038 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30033 class StandardsControlAssociationId < Struct.new( :security_control_id, :standards_arn) SENSITIVE = [] include Aws::Structure end |