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

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

Overview

Note:

When making an API call, you may pass InstanceAssociationOutputLocation data as a hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3OutputLocation

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



7137
7138
7139
7140
# File 'lib/aws-sdk-ssm/types.rb', line 7137

class InstanceAssociationOutputLocation < Struct.new(
  :s3_location)
  include Aws::Structure
end