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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


795
796
797
798
799
800
# File 'lib/aws-sdk-workmail/types.rb', line 795

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

#typeString

The type of the delegate: user or group.

Returns:

  • (String)


795
796
797
798
799
800
# File 'lib/aws-sdk-workmail/types.rb', line 795

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