Class: Aws::Types::LinkedService
- Inherits:
-
Object
- Object
- Aws::Types::LinkedService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
953 954 955 |
# File 'sig/types.rbs', line 953 def description @description end |
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
952 953 954 |
# File 'sig/types.rbs', line 952 def service_principal @service_principal end |