Class: Aws::WorkMail::Types::AssociateDelegateToResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::AssociateDelegateToResourceRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
The member (user or group) to associate to the resource.
-
#organization_id ⇒ String
The organization under which the resource exists.
-
#resource_id ⇒ String
The resource for which members (users or groups) are associated.
Instance Attribute Details
#entity_id ⇒ String
The member (user or group) to associate to the resource.
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_id ⇒ String
The organization under which the resource exists.
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_id ⇒ String
The resource for which members (users or groups) are associated.
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 |