Class: Aws::CodeStar::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::S3Location
- Includes:
- Structure
- Defined in:
- 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
-
#bucket_key ⇒ String
The Amazon S3 object key where the source code files provided with the project request are stored.
-
#bucket_name ⇒ String
The Amazon S3 bucket name where the source code files provided with the project request are stored.
Instance Attribute Details
#bucket_key ⇒ String
The Amazon S3 object key where the source code files provided with the project request are stored.
895 896 897 898 899 900 |
# File 'lib/aws-sdk-codestar/types.rb', line 895 class S3Location < Struct.new( :bucket_name, :bucket_key) SENSITIVE = [] include Aws::Structure end |
#bucket_name ⇒ String
The Amazon S3 bucket name where the source code files provided with the project request are stored.
895 896 897 898 899 900 |
# File 'lib/aws-sdk-codestar/types.rb', line 895 class S3Location < Struct.new( :bucket_name, :bucket_key) SENSITIVE = [] include Aws::Structure end |