Class: Aws::EMR::Types::GetStudioSessionMappingInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_idString

The globally unique identifier (GUID) of the user or group. For more information, see [UserId] and [GroupId] in the *IAM Identity Center Identity Store API Reference*. Either ‘IdentityName` or `IdentityId` must be specified.

[1]: docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html#singlesignon-Type-User-UserId [2]: docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html#singlesignon-Type-Group-GroupId

Returns:

  • (String)


2107
2108
2109
2110
2111
2112
2113
2114
# File 'lib/aws-sdk-emr/types.rb', line 2107

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

#identity_nameString

The name of the user or group to fetch. For more information, see

UserName][1

and [DisplayName] in the *IAM Identity Center

Identity Store API Reference*. Either ‘IdentityName` or `IdentityId` must be specified.

[1]: docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html#singlesignon-Type-User-UserName [2]: docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html#singlesignon-Type-Group-DisplayName

Returns:

  • (String)


2107
2108
2109
2110
2111
2112
2113
2114
# File 'lib/aws-sdk-emr/types.rb', line 2107

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

#identity_typeString

Specifies whether the identity to fetch is a user or a group.

Returns:

  • (String)


2107
2108
2109
2110
2111
2112
2113
2114
# File 'lib/aws-sdk-emr/types.rb', line 2107

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

#studio_idString

The ID of the Amazon EMR Studio.

Returns:

  • (String)


2107
2108
2109
2110
2111
2112
2113
2114
# File 'lib/aws-sdk-emr/types.rb', line 2107

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