Class: Aws::WorkMail::Types::AssociateDelegateToResourceRequest

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 member (user or group) to associate to the resource.

Returns:

  • (String)


105
106
107
108
109
110
111
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 105

class AssociateDelegateToResourceRequest < Struct.new(
  :organization_id,
  :resource_id,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The organization under which the resource exists.

Returns:

  • (String)


105
106
107
108
109
110
111
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 105

class AssociateDelegateToResourceRequest < Struct.new(
  :organization_id,
  :resource_id,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource for which members (users or groups) are associated.

Returns:

  • (String)


105
106
107
108
109
110
111
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 105

class AssociateDelegateToResourceRequest < Struct.new(
  :organization_id,
  :resource_id,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end