Class: Aws::CodeStar::Types::S3Location

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

Overview

The Amazon S3 location where the source code files provided with the project request are stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_keyString

The Amazon S3 object key where the source code files provided with the project request are stored.

Returns:

  • (String)


895
896
897
898
899
900
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 895

class S3Location < Struct.new(
  :bucket_name,
  :bucket_key)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_nameString

The Amazon S3 bucket name where the source code files provided with the project request are stored.

Returns:

  • (String)


895
896
897
898
899
900
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 895

class S3Location < Struct.new(
  :bucket_name,
  :bucket_key)
  SENSITIVE = []
  include Aws::Structure
end