Class: Aws::EMR::Types::ListStudioSessionMappingsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_typeString

Specifies whether to return session mappings for users or groups. If not specified, the results include session mapping details for both users and groups.

Returns:

  • (String)


4318
4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4318

class ListStudioSessionMappingsInput < Struct.new(
  :studio_id,
  :identity_type,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The pagination token that indicates the set of results to retrieve.

Returns:

  • (String)


4318
4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4318

class ListStudioSessionMappingsInput < Struct.new(
  :studio_id,
  :identity_type,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#studio_idString

The ID of the Amazon EMR Studio.

Returns:

  • (String)


4318
4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4318

class ListStudioSessionMappingsInput < Struct.new(
  :studio_id,
  :identity_type,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end