Class: Aws::Types::DeleteImpersonationRoleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteImpersonationRoleRequest
- 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.
Instance Attribute Details
#impersonation_role_id ⇒ ::String
Returns the value of attribute impersonation_role_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def impersonation_role_id @impersonation_role_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
285 286 287 |
# File 'sig/types.rbs', line 285 def organization_id @organization_id end |