Class: Aws::WorkMail::Types::ImpersonationRole

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#date_createdTime

The date when the impersonation role was created.

Returns:

  • (Time)


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_modifiedTime

The date when the impersonation role was last modified.

Returns:

  • (Time)


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_idString

The identifier of the impersonation role.

Returns:

  • (String)


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

#nameString

The impersonation role name.

Returns:

  • (String)


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

#typeString

The impersonation role type.

Returns:

  • (String)


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