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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_source_idString

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

Returns:

  • (String)


13703
13704
13705
13706
13707
13708
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13703

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

#output_source_typeString

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

Returns:

  • (String)


13703
13704
13705
13706
13707
13708
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13703

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