Class: Aws::WorkMail::Types::DeleteImpersonationRoleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteImpersonationRoleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#impersonation_role_id ⇒ String
The ID of the impersonation role to delete.
-
#organization_id ⇒ String
The WorkMail organization from which to delete the impersonation role.
Instance Attribute Details
#impersonation_role_id ⇒ String
The ID of the impersonation role to delete.
964 965 966 967 968 969 |
# File 'lib/aws-sdk-workmail/types.rb', line 964 class DeleteImpersonationRoleRequest < Struct.new( :organization_id, :impersonation_role_id) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization from which to delete the impersonation role.
964 965 966 967 968 969 |
# File 'lib/aws-sdk-workmail/types.rb', line 964 class DeleteImpersonationRoleRequest < Struct.new( :organization_id, :impersonation_role_id) SENSITIVE = [] include Aws::Structure end |