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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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)


472
473
474
475
476
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 472

class CreateImpersonationRoleResponse < Struct.new(
  :impersonation_role_id)
  SENSITIVE = []
  include Aws::Structure
end