Class: Aws::WorkMail::Types::GetImpersonationRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetImpersonationRoleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
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.
-
#description ⇒ String
The impersonation role description.
-
#impersonation_role_id ⇒ String
The impersonation role ID.
-
#name ⇒ String
The impersonation role name.
-
#rules ⇒ Array<Types::ImpersonationRule>
The list of rules for the given impersonation role.
-
#type ⇒ String
The impersonation role type.
Instance Attribute Details
#date_created ⇒ Time
The date when the impersonation role was created.
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-workmail/types.rb', line 2409 class GetImpersonationRoleResponse < Struct.new( :impersonation_role_id, :name, :type, :description, :rules, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#date_modified ⇒ Time
The date when the impersonation role was last modified.
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-workmail/types.rb', line 2409 class GetImpersonationRoleResponse < Struct.new( :impersonation_role_id, :name, :type, :description, :rules, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The impersonation role description.
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-workmail/types.rb', line 2409 class GetImpersonationRoleResponse < Struct.new( :impersonation_role_id, :name, :type, :description, :rules, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#impersonation_role_id ⇒ String
The impersonation role ID.
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-workmail/types.rb', line 2409 class GetImpersonationRoleResponse < Struct.new( :impersonation_role_id, :name, :type, :description, :rules, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The impersonation role name.
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-workmail/types.rb', line 2409 class GetImpersonationRoleResponse < Struct.new( :impersonation_role_id, :name, :type, :description, :rules, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::ImpersonationRule>
The list of rules for the given impersonation role.
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-workmail/types.rb', line 2409 class GetImpersonationRoleResponse < Struct.new( :impersonation_role_id, :name, :type, :description, :rules, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The impersonation role type.
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-workmail/types.rb', line 2409 class GetImpersonationRoleResponse < Struct.new( :impersonation_role_id, :name, :type, :description, :rules, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |