Class: Aws::Types::Principal
- Inherits:
-
Object
- Object
- Aws::Types::Principal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
-
#principal_type ⇒ "IAM", "IAM_PATTERN"
Returns the value of attribute principal_type.
Instance Attribute Details
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def principal_arn @principal_arn end |
#principal_type ⇒ "IAM", "IAM_PATTERN"
Returns the value of attribute principal_type.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def principal_type @principal_type end |