Class: Aws::SecurityHub::Types::AssociatedStandard

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Information about an enabled security standard in which a security control is enabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#standards_idString

The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the [DescribeStandards] API response.

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html

Returns:

  • (String)


330
331
332
333
334
# File 'lib/aws-sdk-securityhub/types.rb', line 330

class AssociatedStandard < Struct.new(
  :standards_id)
  SENSITIVE = []
  include Aws::Structure
end