Class: Aws::WorkMail::Types::CreateImpersonationRoleResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#impersonation_role_idString

The new impersonation role ID.

Returns:

  • (String)


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