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
29479 29480 29481 29482 29483 29484 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29479 class SecurityControlParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Array<String>
The current value of a control parameter.
29479 29480 29481 29482 29483 29484 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29479 class SecurityControlParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |