Class: Aws::Types::PrincipalRoleEntitlementSummary
- Inherits:
-
Object
- Object
- Aws::Types::PrincipalRoleEntitlementSummary
- 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.
302 303 304 |
# File 'sig/types.rbs', line 302 def account @account end |
#account_name ⇒ ::String
Returns the value of attribute account_name.
303 304 305 |
# File 'sig/types.rbs', line 303 def account_name @account_name end |
#principal ⇒ Types::Principal
Returns the value of attribute principal.
300 301 302 |
# File 'sig/types.rbs', line 300 def principal @principal end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
301 302 303 |
# File 'sig/types.rbs', line 301 def role_arn @role_arn end |