Class: Aws::SSM::Types::InstanceAssociationOutputUrl

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#s3_output_urlTypes::S3OutputUrl

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

Returns:



7152
7153
7154
7155
# File 'lib/aws-sdk-ssm/types.rb', line 7152

class InstanceAssociationOutputUrl < Struct.new(
  :s3_output_url)
  include Aws::Structure
end