Class: Aws::SecurityHub::Types::StandardsControlAssociationId
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StandardsControlAssociationId
- Defined in:
- gems/aws-sdk-securityhub/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.
30029 30030 30031 30032 30033 30034 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30029 class StandardsControlAssociationId < Struct.new( :security_control_id, :standards_arn) SENSITIVE = [] include Aws::Structure end |
#standards_arn ⇒ String
The ARN of a standard.
30029 30030 30031 30032 30033 30034 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30029 class StandardsControlAssociationId < Struct.new( :security_control_id, :standards_arn) SENSITIVE = [] include Aws::Structure end |