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

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

#emailString

The email under which the entity exists.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1333

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)


1333
1334
1335
1336
1337
1338
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1333

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