Class: Aws::Types::GetImpersonationRoleEffectRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetImpersonationRoleEffectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#impersonation_role_id ⇒ ::String
Returns the value of attribute impersonation_role_id.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#target_user ⇒ ::String
Returns the value of attribute target_user.
Instance Attribute Details
#impersonation_role_id ⇒ ::String
Returns the value of attribute impersonation_role_id.
663 664 665 |
# File 'sig/types.rbs', line 663 def impersonation_role_id @impersonation_role_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
662 663 664 |
# File 'sig/types.rbs', line 662 def organization_id @organization_id end |
#target_user ⇒ ::String
Returns the value of attribute target_user.
664 665 666 |
# File 'sig/types.rbs', line 664 def target_user @target_user end |