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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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

Instance Attribute Details

#output_urlString

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

Returns:

  • (String)


16499
16500
16501
16502
16503
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16499

class S3OutputUrl < Struct.new(
  :output_url)
  SENSITIVE = []
  include Aws::Structure
end