Class: Aws::SSM::Types::SessionManagerOutputUrl

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Reserved for future use.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_output_urlString

Reserved for future use.

Returns:

  • (String)


12180
12181
12182
12183
12184
# File 'lib/aws-sdk-ssm/types.rb', line 12180

class SessionManagerOutputUrl < Struct.new(
  :s3_output_url,
  :cloud_watch_output_url)
  include Aws::Structure
end

#s3_output_urlString

Reserved for future use.

Returns:

  • (String)


12180
12181
12182
12183
12184
# File 'lib/aws-sdk-ssm/types.rb', line 12180

class SessionManagerOutputUrl < Struct.new(
  :s3_output_url,
  :cloud_watch_output_url)
  include Aws::Structure
end