Class: Aws::Types::PagerDutyAuthorizationConfig
- Inherits:
-
Object
- Object
- Aws::Types::PagerDutyAuthorizationConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: OAuthClientCredentials, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#o_auth_client_credentials ⇒ Types::PagerDutyOAuthClientCredentialsConfig
Returns the value of attribute o_auth_client_credentials.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#o_auth_client_credentials ⇒ Types::PagerDutyOAuthClientCredentialsConfig
Returns the value of attribute o_auth_client_credentials.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def o_auth_client_credentials @o_auth_client_credentials end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def unknown @unknown end |