Class: Aws::Proton::Types::S3ObjectSource

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

Overview

Template bundle S3 bucket data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the S3 bucket that contains a template bundle.

Returns:

  • (String)


4784
4785
4786
4787
4788
4789
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4784

class S3ObjectSource < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The path to the S3 bucket that contains a template bundle.

Returns:

  • (String)


4784
4785
4786
4787
4788
4789
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4784

class S3ObjectSource < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end