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)

795
796
797
798
799
800
# File 'gems/aws-sdk-workmail/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 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 795

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