Class: Aws::WorkMail::Types::DescribeEntityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DescribeEntityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
The entity ID under which the entity exists.
-
#name ⇒ String
Username, GroupName, or ResourceName based on entity type.
-
#type ⇒ String
Entity type.
Instance Attribute Details
#entity_id ⇒ String
The entity ID under which the entity exists.
1354 1355 1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-workmail/types.rb', line 1354 class DescribeEntityResponse < Struct.new( :entity_id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Username, GroupName, or ResourceName based on entity type.
1354 1355 1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-workmail/types.rb', line 1354 class DescribeEntityResponse < Struct.new( :entity_id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Entity type.
1354 1355 1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-workmail/types.rb', line 1354 class DescribeEntityResponse < Struct.new( :entity_id, :name, :type) SENSITIVE = [] include Aws::Structure end |