Class: Aws::EMR::Types::SessionMappingDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Details for an Amazon EMR Studio session mapping including creation time, user or group ID, Studio ID, and so on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the session mapping was created.

Returns:

  • (Time)


5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
# File 'lib/aws-sdk-emr/types.rb', line 5804

class SessionMappingDetail < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#identity_idString

The globally unique identifier (GUID) of the user or group.

Returns:

  • (String)


5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
# File 'lib/aws-sdk-emr/types.rb', line 5804

class SessionMappingDetail < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#identity_nameString

Returns:

  • (String)


5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
# File 'lib/aws-sdk-emr/types.rb', line 5804

class SessionMappingDetail < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#identity_typeString

Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.

Returns:

  • (String)


5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
# File 'lib/aws-sdk-emr/types.rb', line 5804

class SessionMappingDetail < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time the session mapping was last modified.

Returns:

  • (Time)


5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
# File 'lib/aws-sdk-emr/types.rb', line 5804

class SessionMappingDetail < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#session_policy_arnString

The Amazon Resource Name (ARN) of the session policy associated with the user or group.

Returns:

  • (String)


5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
# File 'lib/aws-sdk-emr/types.rb', line 5804

class SessionMappingDetail < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#studio_idString

The ID of the Amazon EMR Studio.

Returns:

  • (String)


5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
# File 'lib/aws-sdk-emr/types.rb', line 5804

class SessionMappingDetail < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end