Class: Aws::Types::DeleteUserByPrincipalIdRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserByPrincipalIdRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4184 4185 4186 |
# File 'sig/types.rbs', line 4184 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4185 4186 4187 |
# File 'sig/types.rbs', line 4185 def namespace @namespace end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
4183 4184 4185 |
# File 'sig/types.rbs', line 4183 def principal_id @principal_id end |