Class: Aws::Types::EnabledServicePrincipal
- Inherits:
-
Object
- Object
- Aws::Types::EnabledServicePrincipal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_enabled ⇒ ::Time
Returns the value of attribute date_enabled.
-
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
Instance Attribute Details
#date_enabled ⇒ ::Time
Returns the value of attribute date_enabled.
434 435 436 |
# File 'sig/types.rbs', line 434 def date_enabled @date_enabled end |
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
433 434 435 |
# File 'sig/types.rbs', line 433 def service_principal @service_principal end |