Class: Aws::WorkMail::Types::CreateImpersonationRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateImpersonationRoleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#impersonation_role_id ⇒ String
The new impersonation role ID.
Instance Attribute Details
#impersonation_role_id ⇒ String
The new impersonation role ID.
509 510 511 512 513 |
# File 'lib/aws-sdk-workmail/types.rb', line 509 class CreateImpersonationRoleResponse < Struct.new( :impersonation_role_id) SENSITIVE = [] include Aws::Structure end |