Class: Aws::WorkMail::Types::UpdateImpersonationRoleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::UpdateImpersonationRoleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The updated impersonation role description.
-
#impersonation_role_id ⇒ String
The ID of the impersonation role to update.
-
#name ⇒ String
The updated impersonation role name.
-
#organization_id ⇒ String
The WorkMail organization that contains the impersonation role to update.
-
#rules ⇒ Array<Types::ImpersonationRule>
The updated list of rules.
-
#type ⇒ String
The updated impersonation role type.
Instance Attribute Details
#description ⇒ String
The updated impersonation role description.
5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-workmail/types.rb', line 5180 class UpdateImpersonationRoleRequest < Struct.new( :organization_id, :impersonation_role_id, :name, :type, :description, :rules) SENSITIVE = [] include Aws::Structure end |
#impersonation_role_id ⇒ String
The ID of the impersonation role to update.
5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-workmail/types.rb', line 5180 class UpdateImpersonationRoleRequest < Struct.new( :organization_id, :impersonation_role_id, :name, :type, :description, :rules) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated impersonation role name.
5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-workmail/types.rb', line 5180 class UpdateImpersonationRoleRequest < Struct.new( :organization_id, :impersonation_role_id, :name, :type, :description, :rules) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization that contains the impersonation role to update.
5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-workmail/types.rb', line 5180 class UpdateImpersonationRoleRequest < Struct.new( :organization_id, :impersonation_role_id, :name, :type, :description, :rules) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::ImpersonationRule>
The updated list of rules.
5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-workmail/types.rb', line 5180 class UpdateImpersonationRoleRequest < Struct.new( :organization_id, :impersonation_role_id, :name, :type, :description, :rules) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The updated impersonation role type.
5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-workmail/types.rb', line 5180 class UpdateImpersonationRoleRequest < Struct.new( :organization_id, :impersonation_role_id, :name, :type, :description, :rules) SENSITIVE = [] include Aws::Structure end |