Class: Aws::Types::AccountAssignmentForPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::AccountAssignmentForPrincipal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
37 38 39 |
# File 'sig/types.rbs', line 37 def account_id @account_id end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
38 39 40 |
# File 'sig/types.rbs', line 38 def @permission_set_arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
39 40 41 |
# File 'sig/types.rbs', line 39 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
40 41 42 |
# File 'sig/types.rbs', line 40 def principal_type @principal_type end |