Class: Aws::EMR::Types::DeleteStudioSessionMappingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DeleteStudioSessionMappingInput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Note:
When making an API call, you may pass DeleteStudioSessionMappingInput data as a hash:
{
studio_id: "XmlStringMaxLen256", # required
identity_id: "XmlStringMaxLen256",
identity_name: "XmlStringMaxLen256",
identity_type: "USER", # required, accepts USER, GROUP
}
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
1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1705 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 Amazon Web Services SSO Store API Reference. Either
IdentityName
or IdentityId
must be specified.
1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1705 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.
1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1705 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.
1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1705 class DeleteStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type) SENSITIVE = [] include Aws::Structure end |