Class: Aws::EMR::Types::TerminateSessionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::TerminateSessionOutput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Output of the TerminateSession operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The ID of the cluster that the session belonged to.
-
#session_id ⇒ String
The ID of the terminated session.
-
#state ⇒ String
The state of the session after the terminate request has been accepted.
Instance Attribute Details
#cluster_id ⇒ String
The ID of the cluster that the session belonged to.
7975 7976 7977 7978 7979 7980 7981 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 7975 class TerminateSessionOutput < Struct.new( :cluster_id, :session_id, :state) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The ID of the terminated session.
7975 7976 7977 7978 7979 7980 7981 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 7975 class TerminateSessionOutput < Struct.new( :cluster_id, :session_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the session after the terminate request has been accepted.
7975 7976 7977 7978 7979 7980 7981 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 7975 class TerminateSessionOutput < Struct.new( :cluster_id, :session_id, :state) SENSITIVE = [] include Aws::Structure end |