Class: Aws::EMR::Types::GetSessionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetSessionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Output of the ‘GetSession` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::Session
The output displays information about the session.
Instance Attribute Details
#session ⇒ Types::Session
The output displays information about the session.
2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-emr/types.rb', line 2431 class GetSessionOutput < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |