Class: Aws::DevOpsAgent::Types::ServiceNowServiceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ServiceNowServiceDetails
- 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
-
#authorization_config ⇒ Types::ServiceNowServiceAuthorizationConfig
ServiceNow OAuth client credentials configuration.
-
#instance_url ⇒ String
ServiceNow instance URL.
Instance Attribute Details
#authorization_config ⇒ Types::ServiceNowServiceAuthorizationConfig
ServiceNow OAuth client credentials configuration. Use this when registering with OAuth client credentials flow.
5350 5351 5352 5353 5354 5355 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 5350 class ServiceNowServiceDetails < Struct.new( :instance_url, :authorization_config) SENSITIVE = [] include Aws::Structure end |
#instance_url ⇒ String
ServiceNow instance URL.
5350 5351 5352 5353 5354 5355 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 5350 class ServiceNowServiceDetails < Struct.new( :instance_url, :authorization_config) SENSITIVE = [] include Aws::Structure end |