Class: Aws::WorkMail::Types::DescribeEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DescribeEntityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email ⇒ String
The email under which the entity exists.
-
#organization_id ⇒ String
The identifier for the organization under which the entity exists.
Instance Attribute Details
#email ⇒ String
The email under which the entity exists.
1333 1334 1335 1336 1337 1338 |
# File 'lib/aws-sdk-workmail/types.rb', line 1333 class DescribeEntityRequest < Struct.new( :organization_id, :email) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The identifier for the organization under which the entity exists.
1333 1334 1335 1336 1337 1338 |
# File 'lib/aws-sdk-workmail/types.rb', line 1333 class DescribeEntityRequest < Struct.new( :organization_id, :email) SENSITIVE = [] include Aws::Structure end |