Class: Aws::DevOpsAgent::Types::ServiceNowServiceDetails

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

Overview

Complete service details for ServiceNow integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_configTypes::ServiceNowServiceAuthorizationConfig

ServiceNow OAuth client credentials configuration. Use this when registering with OAuth client credentials flow.



5929
5930
5931
5932
5933
5934
# File 'lib/aws-sdk-devopsagent/types.rb', line 5929

class ServiceNowServiceDetails < Struct.new(
  :instance_url,
  :authorization_config)
  SENSITIVE = []
  include Aws::Structure
end

#instance_urlString

ServiceNow instance URL.

Returns:

  • (String)


5929
5930
5931
5932
5933
5934
# File 'lib/aws-sdk-devopsagent/types.rb', line 5929

class ServiceNowServiceDetails < Struct.new(
  :instance_url,
  :authorization_config)
  SENSITIVE = []
  include Aws::Structure
end