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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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)


2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2591

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)


2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2591

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)


2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2591

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)


2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2591

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)


2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2591

class ImpersonationRole < Struct.new(
  :impersonation_role_id,
  :name,
  :type,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end