You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::InstanceAssociationOutputLocation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InstanceAssociationOutputLocation as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_location: {
    output_s3_region: "S3Region",
    output_s3_bucket_name: "S3BucketName",
    output_s3_key_prefix: "S3KeyPrefix",
  },
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3OutputLocation

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

Returns: