Class: Aws::SecurityHub::Types::GetSecurityControlDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetSecurityControlDefinitionRequest
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_control_id ⇒ String
The ID of the security control to retrieve the definition for.
Instance Attribute Details
#security_control_id ⇒ String
The ID of the security control to retrieve the definition for. This field doesn’t accept an Amazon Resource Name (ARN).
24848 24849 24850 24851 24852 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24848 class GetSecurityControlDefinitionRequest < Struct.new( :security_control_id) SENSITIVE = [] include Aws::Structure end |