Class: Aws::Types::EntitlementSummary
- Inherits:
-
Object
- Object
- Aws::Types::EntitlementSummary
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PrincipalRole, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal_role ⇒ Types::PrincipalRoleEntitlementSummary
Returns the value of attribute principal_role.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#principal_role ⇒ Types::PrincipalRoleEntitlementSummary
Returns the value of attribute principal_role.
101 102 103 |
# File 'sig/types.rbs', line 101 def principal_role @principal_role end |
#unknown ⇒ Object
Returns the value of attribute unknown.
102 103 104 |
# File 'sig/types.rbs', line 102 def unknown @unknown end |