Class: Aws::DevOpsAgent::Types::ServiceNowConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ServiceNowConfiguration
- Includes:
- Structure
- Defined in:
- 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
4310 4311 4312 4313 4314 4315 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4310 class ServiceNowConfiguration < Struct.new( :instance_id, :auth_scopes) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
ServiceNow instance ID
4310 4311 4312 4313 4314 4315 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4310 class ServiceNowConfiguration < Struct.new( :instance_id, :auth_scopes) SENSITIVE = [] include Aws::Structure end |