Class: Aws::EMR::Types::GetStudioSessionMappingOutput

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

#session_mappingTypes::SessionMappingDetail

The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and creation time.



2123
2124
2125
2126
2127
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2123

class GetStudioSessionMappingOutput < Struct.new(
  :session_mapping)
  SENSITIVE = []
  include Aws::Structure
end