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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_output_urlTypes::S3OutputUrl

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

Returns:



9263
9264
9265
9266
9267
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9263

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