Method: Aws::SSM::Types::Session#output_url

Defined in:
lib/aws-sdk-ssm/types.rb

#output_urlTypes::SessionManagerOutputUrl

Reserved for future use.



18135
18136
18137
18138
18139
18140
18141
18142
18143
18144
18145
18146
18147
18148
18149
18150
# File 'lib/aws-sdk-ssm/types.rb', line 18135

class Session < Struct.new(
  :session_id,
  :target,
  :status,
  :start_date,
  :end_date,
  :document_name,
  :owner,
  :reason,
  :details,
  :output_url,
  :max_session_duration,
  :access_type)
  SENSITIVE = []
  include Aws::Structure
end