Class: Aws::Types::ServiceNowProviderConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNowProviderConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
7570 7571 7572 |
# File 'sig/types.rbs', line 7570 def instance_name @instance_name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
7571 7572 7573 |
# File 'sig/types.rbs', line 7571 def secret_arn @secret_arn end |