Class: Aws::EMR::Types::SessionMappingSummary

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

Overview

Details for an Amazon EMR Studio session mapping. The details do not include the time the session mapping was last modified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the session mapping was created.

Returns:

  • (Time)


5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5855

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

#identity_idString

The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store.

Returns:

  • (String)


5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5855

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

#identity_nameString

The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.

Returns:

  • (String)


5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5855

class SessionMappingSummary < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn,
  :creation_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)


5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5855

class SessionMappingSummary < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn,
  :creation_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)


5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5855

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

#studio_idString

The ID of the Amazon EMR Studio.

Returns:

  • (String)


5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5855

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