Class: Aws::WorkMail::Types::ImpersonationRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ImpersonationRole
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
An impersonation role for the given WorkMail organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_created ⇒ Time
The date when the impersonation role was created.
-
#date_modified ⇒ Time
The date when the impersonation role was last modified.
-
#impersonation_role_id ⇒ String
The identifier of the impersonation role.
-
#name ⇒ String
The impersonation role name.
-
#type ⇒ String
The impersonation role type.
Instance Attribute Details
#date_created ⇒ Time
The date when the impersonation role was created.
2824 2825 2826 2827 2828 2829 2830 2831 2832 |
# File 'lib/aws-sdk-workmail/types.rb', line 2824 class ImpersonationRole < Struct.new( :impersonation_role_id, :name, :type, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#date_modified ⇒ Time
The date when the impersonation role was last modified.
2824 2825 2826 2827 2828 2829 2830 2831 2832 |
# File 'lib/aws-sdk-workmail/types.rb', line 2824 class ImpersonationRole < Struct.new( :impersonation_role_id, :name, :type, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#impersonation_role_id ⇒ String
The identifier of the impersonation role.
2824 2825 2826 2827 2828 2829 2830 2831 2832 |
# File 'lib/aws-sdk-workmail/types.rb', line 2824 class ImpersonationRole < Struct.new( :impersonation_role_id, :name, :type, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The impersonation role name.
2824 2825 2826 2827 2828 2829 2830 2831 2832 |
# File 'lib/aws-sdk-workmail/types.rb', line 2824 class ImpersonationRole < Struct.new( :impersonation_role_id, :name, :type, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The impersonation role type.
2824 2825 2826 2827 2828 2829 2830 2831 2832 |
# File 'lib/aws-sdk-workmail/types.rb', line 2824 class ImpersonationRole < Struct.new( :impersonation_role_id, :name, :type, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |