Class: Aws::SecurityHub::Types::ServiceNowDetail

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

Overview

Information about a ServiceNow ITSM integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_statusString

The status of the authorization between ServiceNow and the service.

Returns:

  • (String)


31351
31352
31353
31354
31355
31356
31357
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31351

class ServiceNowDetail < Struct.new(
  :instance_name,
  :secret_arn,
  :auth_status)
  SENSITIVE = []
  include Aws::Structure
end

#instance_nameString

The instanceName of ServiceNow ITSM.

Returns:

  • (String)


31351
31352
31353
31354
31355
31356
31357
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31351

class ServiceNowDetail < Struct.new(
  :instance_name,
  :secret_arn,
  :auth_status)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

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

Returns:

  • (String)


31351
31352
31353
31354
31355
31356
31357
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31351

class ServiceNowDetail < Struct.new(
  :instance_name,
  :secret_arn,
  :auth_status)
  SENSITIVE = []
  include Aws::Structure
end