Class: Aws::Types::ServiceNowDetail
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNowDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_status ⇒ "ACTIVE", "FAILED"
Returns the value of attribute auth_status.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#auth_status ⇒ "ACTIVE", "FAILED"
Returns the value of attribute auth_status.
7565 7566 7567 |
# File 'sig/types.rbs', line 7565 def auth_status @auth_status end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
7563 7564 7565 |
# File 'sig/types.rbs', line 7563 def instance_name @instance_name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
7564 7565 7566 |
# File 'sig/types.rbs', line 7564 def secret_arn @secret_arn end |