Class: Aws::CodePipeline::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::S3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
The Amazon S3 artifact location for an action’s artifacts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The Amazon S3 artifact bucket for an action’s artifacts.
-
#key ⇒ String
The artifact name.
Instance Attribute Details
#bucket ⇒ String
The Amazon S3 artifact bucket for an action’s artifacts.
4852 4853 4854 4855 4856 4857 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4852 class S3Location < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The artifact name.
4852 4853 4854 4855 4856 4857 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4852 class S3Location < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |