Class: Aws::Types::PagerDutyDetails
- Inherits:
-
Object
- Object
- Aws::Types::PagerDutyDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::PagerDutyAuthorizationConfig
Returns the value of attribute authorization_config.
-
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
Instance Attribute Details
#authorization_config ⇒ Types::PagerDutyAuthorizationConfig
Returns the value of attribute authorization_config.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def @authorization_config end |
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def scopes @scopes end |