Class: Aws::NovaAct::Types::SessionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb

Overview

Summary information about a session within a workflow run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The unique identifier of the session.

Returns:

  • (String)


1026
1027
1028
1029
1030
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1026

class SessionSummary < Struct.new(
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end