Class: Aws::EMR::Types::DeleteStudioSessionMappingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DeleteStudioSessionMappingInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_id ⇒ String
The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio.
-
#identity_name ⇒ String
The name of the user name or group to remove from the Amazon EMR Studio.
-
#identity_type ⇒ String
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
-
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
Instance Attribute Details
#identity_id ⇒ String
The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. 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
1402 1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-emr/types.rb', line 1402 class DeleteStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type) SENSITIVE = [] include Aws::Structure end |
#identity_name ⇒ String
The name of the user name or group to remove from the Amazon EMR Studio. For more information, see [UserName] and [DisplayName] in the *IAM Identity Center 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
1402 1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-emr/types.rb', line 1402 class DeleteStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type) SENSITIVE = [] include Aws::Structure end |
#identity_type ⇒ String
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
1402 1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-emr/types.rb', line 1402 class DeleteStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
1402 1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-emr/types.rb', line 1402 class DeleteStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type) SENSITIVE = [] include Aws::Structure end |