Class: Aws::SSM::Types::OutputSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OutputSource
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#output_source_id ⇒ String
The ID of the output source, for example the URL of an S3 bucket.
-
#output_source_type ⇒ String
The type of source where the association execution details are stored, for example, Amazon S3.
Instance Attribute Details
#output_source_id ⇒ String
The ID of the output source, for example the URL of an S3 bucket.
14036 14037 14038 14039 14040 14041 |
# File 'lib/aws-sdk-ssm/types.rb', line 14036 class OutputSource < Struct.new( :output_source_id, :output_source_type) SENSITIVE = [] include Aws::Structure end |
#output_source_type ⇒ String
The type of source where the association execution details are stored, for example, Amazon S3.
14036 14037 14038 14039 14040 14041 |
# File 'lib/aws-sdk-ssm/types.rb', line 14036 class OutputSource < Struct.new( :output_source_id, :output_source_type) SENSITIVE = [] include Aws::Structure end |