Class: Aws::WorkMail::Types::Delegate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

The name of the attribute, which is one of the values defined in the UserAttribute enumeration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier for the user or group associated as the resource's delegate.

Returns:

  • (String)


751
752
753
754
755
756
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 751

class Delegate < Struct.new(
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the delegate: user or group.

Returns:

  • (String)


751
752
753
754
755
756
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 751

class Delegate < Struct.new(
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end