Class: Aws::SecurityHub::Types::StandardsControlAssociationId

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#security_control_idString

The unique identifier (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) of a security control across standards.

Returns:

  • (String)


29846
29847
29848
29849
29850
29851
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29846

class StandardsControlAssociationId < Struct.new(
  :security_control_id,
  :standards_arn)
  SENSITIVE = []
  include Aws::Structure
end

#standards_arnString

The ARN of a standard.

Returns:

  • (String)


29846
29847
29848
29849
29850
29851
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29846

class StandardsControlAssociationId < Struct.new(
  :security_control_id,
  :standards_arn)
  SENSITIVE = []
  include Aws::Structure
end