Class: Aws::EMR::Types::GetStudioSessionMappingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetStudioSessionMappingOutput
- Defined in:
- gems/aws-sdk-emr/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.
2036 2037 2038 2039 2040 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2036 class GetStudioSessionMappingOutput < Struct.new( :session_mapping) SENSITIVE = [] include Aws::Structure end |