Class: Aws::Types::PrincipalRoleEntitlement
- Inherits:
-
Object
- Object
- Aws::Types::PrincipalRoleEntitlement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal ⇒ Types::Principal
Returns the value of attribute principal.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#principal ⇒ Types::Principal
Returns the value of attribute principal.
279 280 281 |
# File 'sig/types.rbs', line 279 def principal @principal end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
280 281 282 |
# File 'sig/types.rbs', line 280 def role_arn @role_arn end |