Class: Aws::SecurityHub::Types::ServiceNowUpdateConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

The parameters used to modify an existing ServiceNow integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#secret_arnString

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.

Returns:

  • (String)


31389
31390
31391
31392
31393
# File 'lib/aws-sdk-securityhub/types.rb', line 31389

class ServiceNowUpdateConfiguration < Struct.new(
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end