Class: Aws::SSM::Types::S3OutputUrl
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::S3OutputUrl
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
A URL for the Amazon Web Services Systems Manager (Systems Manager) bucket where you want to store the results of this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_url ⇒ String
A URL for an S3 bucket where you want to store the results of this request.
Instance Attribute Details
#output_url ⇒ String
A URL for an S3 bucket where you want to store the results of this request.
16867 16868 16869 16870 16871 |
# File 'lib/aws-sdk-ssm/types.rb', line 16867 class S3OutputUrl < Struct.new( :output_url) SENSITIVE = [] include Aws::Structure end |