Class: Aws::EMR::Types::GetStudioSessionMappingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetStudioSessionMappingOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_mapping ⇒ Types::SessionMappingDetail
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and creation time.
Instance Attribute Details
#session_mapping ⇒ Types::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 'lib/aws-sdk-emr/types.rb', line 2123 class GetStudioSessionMappingOutput < Struct.new( :session_mapping) SENSITIVE = [] include Aws::Structure end |