Class: Aws::SecurityHub::Types::AssociatedStandard
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AssociatedStandard
- 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
-
#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.
461 462 463 464 465 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 461 class AssociatedStandard < Struct.new( :standards_id) SENSITIVE = [] include Aws::Structure end |