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
4343 4344 4345 4346 4347 4348 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4343 class ServiceNowConfiguration < Struct.new( :instance_id, :auth_scopes) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
ServiceNow instance ID
4343 4344 4345 4346 4347 4348 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4343 class ServiceNowConfiguration < Struct.new( :instance_id, :auth_scopes) SENSITIVE = [] include Aws::Structure end |