Class: Aws::WorkMail::Types::Delegate
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::Delegate
- 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
-
#id ⇒ String
The identifier for the user or group associated as the resource’s delegate.
-
#type ⇒ String
The type of the delegate: user or group.
Instance Attribute Details
#id ⇒ String
The identifier for the user or group associated as the resource’s delegate.
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 |
#type ⇒ String
The type of the delegate: user or group.
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 |