Class: Aws::WorkMail::Types::DescribeEntityResponse

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

#entity_idString

The entity ID under which the entity exists.

Returns:

  • (String)


1251
1252
1253
1254
1255
1256
1257
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1251

class DescribeEntityResponse < Struct.new(
  :entity_id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Username, GroupName, or ResourceName based on entity type.

Returns:

  • (String)


1251
1252
1253
1254
1255
1256
1257
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1251

class DescribeEntityResponse < Struct.new(
  :entity_id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Entity type.

Returns:

  • (String)


1251
1252
1253
1254
1255
1256
1257
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1251

class DescribeEntityResponse < Struct.new(
  :entity_id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end