Class: Aws::Types::Principal
- Inherits:
-
Object
- Object
- Aws::Types::Principal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#service ⇒ ::String
Returns the value of attribute service.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def arn @arn end |
#service ⇒ ::String
Returns the value of attribute service.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def service @service end |