Class: Aws::Types::AccountAssignment
- Inherits:
-
Object
- Object
- Aws::Types::AccountAssignment
- 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.
29 30 31 |
# File 'sig/types.rbs', line 29 def account_id @account_id end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
30 31 32 |
# File 'sig/types.rbs', line 30 def @permission_set_arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
31 32 33 |
# File 'sig/types.rbs', line 31 def principal_type @principal_type end |