Class: Aws::SecurityHub::Types::ServiceNowUpdateConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ServiceNowUpdateConfiguration
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
The parameters used to modify an existing ServiceNow integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.
Instance Attribute Details
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.
31389 31390 31391 31392 31393 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31389 class ServiceNowUpdateConfiguration < Struct.new( :secret_arn) SENSITIVE = [] include Aws::Structure end |