Class: Aws::Types::DelegatedService
- Inherits:
-
Object
- Object
- Aws::Types::DelegatedService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegation_enabled_date ⇒ ::Time
Returns the value of attribute delegation_enabled_date.
-
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
Instance Attribute Details
#delegation_enabled_date ⇒ ::Time
Returns the value of attribute delegation_enabled_date.
234 235 236 |
# File 'sig/types.rbs', line 234 def delegation_enabled_date @delegation_enabled_date end |
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
233 234 235 |
# File 'sig/types.rbs', line 233 def service_principal @service_principal end |