Method: Aws::SSM::Types::InstanceAssociationOutputLocation#s3_location

Defined in:
lib/aws-sdk-ssm/types.rb

#s3_locationTypes::S3OutputLocation

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



9819
9820
9821
9822
9823
# File 'lib/aws-sdk-ssm/types.rb', line 9819

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