Class: Aws::SSM::Types::OutputSource

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

Overview

Information about the source where the association execution details are stored.

Instance Attribute Summary collapse

Instance Attribute Details

#output_source_idString

The ID of the output source, for example the URL of an Amazon S3 bucket.

Returns:

  • (String)


9692
9693
9694
9695
9696
# File 'lib/aws-sdk-ssm/types.rb', line 9692

class OutputSource < Struct.new(
  :output_source_id,
  :output_source_type)
  include Aws::Structure
end

#output_source_typeString

The type of source where the association execution details are stored, for example, Amazon S3.

Returns:

  • (String)


9692
9693
9694
9695
9696
# File 'lib/aws-sdk-ssm/types.rb', line 9692

class OutputSource < Struct.new(
  :output_source_id,
  :output_source_type)
  include Aws::Structure
end