Class: Aws::SSM::Types::OutputSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OutputSource
- 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
-
#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.
14038 14039 14040 14041 14042 14043 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14038 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.
14038 14039 14040 14041 14042 14043 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14038 class OutputSource < Struct.new( :output_source_id, :output_source_type) SENSITIVE = [] include Aws::Structure end |