Class: Aws::Types::Entitlement
- Inherits:
-
Object
- Object
- Aws::Types::Entitlement
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PrincipalRole, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal_role ⇒ Types::PrincipalRoleEntitlement
Returns the value of attribute principal_role.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#principal_role ⇒ Types::PrincipalRoleEntitlement
Returns the value of attribute principal_role.
74 75 76 |
# File 'sig/types.rbs', line 74 def principal_role @principal_role end |
#unknown ⇒ Object
Returns the value of attribute unknown.
75 76 77 |
# File 'sig/types.rbs', line 75 def unknown @unknown end |