Class: Aws::Types::PrincipalRoleEntitlementDetails
- Inherits:
-
Object
- Object
- Aws::Types::PrincipalRoleEntitlementDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#principal ⇒ Types::Principal
Returns the value of attribute principal.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
287 288 289 |
# File 'sig/types.rbs', line 287 def account @account end |
#account_name ⇒ ::String
Returns the value of attribute account_name.
288 289 290 |
# File 'sig/types.rbs', line 288 def account_name @account_name end |
#principal ⇒ Types::Principal
Returns the value of attribute principal.
285 286 287 |
# File 'sig/types.rbs', line 285 def principal @principal end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
286 287 288 |
# File 'sig/types.rbs', line 286 def role_arn @role_arn end |