Class: Aws::DevOpsAgent::Types::ServiceNowConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ServiceNowConfiguration
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Configuration for ServiceNow instance integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_scopes ⇒ Array<String>
Scoped down authentication scopes for fine grained control.
-
#instance_id ⇒ String
ServiceNow instance ID.
Instance Attribute Details
#auth_scopes ⇒ Array<String>
Scoped down authentication scopes for fine grained control
4295 4296 4297 4298 4299 4300 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4295 class ServiceNowConfiguration < Struct.new( :instance_id, :auth_scopes) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
ServiceNow instance ID
4295 4296 4297 4298 4299 4300 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4295 class ServiceNowConfiguration < Struct.new( :instance_id, :auth_scopes) SENSITIVE = [] include Aws::Structure end |