Class: Aws::Types::AuthorizedPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizedPrincipal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#principal_type ⇒ "AWS_ACCOUNT", "AWS_SERVICE"
Returns the value of attribute principal_type.
Instance Attribute Details
#principal ⇒ ::String
Returns the value of attribute principal.
96 97 98 |
# File 'sig/types.rbs', line 96 def principal @principal end |
#principal_type ⇒ "AWS_ACCOUNT", "AWS_SERVICE"
Returns the value of attribute principal_type.
95 96 97 |
# File 'sig/types.rbs', line 95 def principal_type @principal_type end |