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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.

Returns:

  • (String)


326
327
328
329
330
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 326

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