Class: Aws::WorkMail::Types::DescribeEntityRequest

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

#emailString

The email under which the entity exists.

Returns:

  • (String)


1230
1231
1232
1233
1234
1235
# File 'lib/aws-sdk-workmail/types.rb', line 1230

class DescribeEntityRequest < Struct.new(
  :organization_id,
  :email)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The identifier for the organization under which the entity exists.

Returns:

  • (String)


1230
1231
1232
1233
1234
1235
# File 'lib/aws-sdk-workmail/types.rb', line 1230

class DescribeEntityRequest < Struct.new(
  :organization_id,
  :email)
  SENSITIVE = []
  include Aws::Structure
end