Class: Aws::SecurityHub::Types::SecurityControlParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::SecurityControlParameter
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A parameter that a security control accepts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of a.
-
#value ⇒ Array<String>
The current value of a control parameter.
Instance Attribute Details
#name ⇒ String
The name of a
29475 29476 29477 29478 29479 29480 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29475 class SecurityControlParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Array<String>
The current value of a control parameter.
29475 29476 29477 29478 29479 29480 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29475 class SecurityControlParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |