Class: Aws::Types::ServiceNowConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNowConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_scopes ⇒ ::Array[::String]
Returns the value of attribute auth_scopes.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#auth_scopes ⇒ ::Array[::String]
Returns the value of attribute auth_scopes.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def auth_scopes @auth_scopes end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def instance_id @instance_id end |