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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_s3_bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)


16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16481

class S3OutputLocation < Struct.new(
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#output_s3_key_prefixString

The S3 bucket subfolder.

Returns:

  • (String)


16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16481

class S3OutputLocation < Struct.new(
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#output_s3_regionString

The Amazon Web Services Region of the S3 bucket.

Returns:

  • (String)


16481
16482
16483
16484
16485
16486
16487
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16481

class S3OutputLocation < Struct.new(
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end