Class: Aws::EMR::Types::ListStudioSessionMappingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListStudioSessionMappingsOutput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#session_mappings ⇒ Array<Types::SessionMappingSummary>
A list of session mapping summary objects.
Instance Attribute Details
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4799 class ListStudioSessionMappingsOutput < Struct.new( :session_mappings, :marker) SENSITIVE = [] include Aws::Structure end |
#session_mappings ⇒ Array<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.
4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4799 class ListStudioSessionMappingsOutput < Struct.new( :session_mappings, :marker) SENSITIVE = [] include Aws::Structure end |