Method: Aws::SSM::Types::OutputSource#output_source_type

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

#output_source_typeString

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

Returns:

  • (String)


14824
14825
14826
14827
14828
14829
# File 'lib/aws-sdk-ssm/types.rb', line 14824

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