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

Class: Aws::SSM::Types::S3OutputLocation

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

Overview

Note:

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

{
  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

#output_s3_bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)

    The name of the S3 bucket.

#output_s3_key_prefixString

The S3 bucket subfolder.

Returns:

  • (String)

    The S3 bucket subfolder.

#output_s3_regionString

(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Region of the S3 bucket.

Returns:

  • (String)

    (Deprecated) You can no longer specify this parameter.