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 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:



9327
9328
9329
9330
9331
# File 'lib/aws-sdk-ssm/types.rb', line 9327

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