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
28654 28655 28656 28657 28658 28659 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28654 class SecurityControlParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Array<String>
The current value of a control parameter.
28654 28655 28656 28657 28658 28659 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28654 class SecurityControlParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |