Class: Aws::EMR::Types::ListStudioSessionMappingsOutput

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

#markerString

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

Returns:

  • (String)


4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-emr/types.rb', line 4381

class ListStudioSessionMappingsOutput < Struct.new(
  :session_mappings,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#session_mappingsArray<Types::SessionMappingSummary>

A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.

Returns:



4381
4382
4383
4384
4385
4386
# File 'lib/aws-sdk-emr/types.rb', line 4381

class ListStudioSessionMappingsOutput < Struct.new(
  :session_mappings,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end