Class: Aws::SSM::Types::S3OutputUrl

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

Overview

A URL for the Amazon S3 bucket where you want to store the results of this request.

Instance Attribute Summary collapse

Instance Attribute Details

#output_urlString

A URL for an Amazon S3 bucket where you want to store the results of this request.

Returns:

  • (String)


11785
11786
11787
11788
# File 'lib/aws-sdk-ssm/types.rb', line 11785

class S3OutputUrl < Struct.new(
  :output_url)
  include Aws::Structure
end