Class: Aws::SecurityHub::Types::AssociatedStandard
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AssociatedStandard
- 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
-
#standards_id ⇒ String
The unique identifier of a standard in which a control is enabled.
Instance Attribute Details
#standards_id ⇒ String
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
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 |