Class: Aws::Deadline::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::S3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The Amazon S3 location information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the Amazon S3 bucket.
-
#key ⇒ String
The Amazon S3 object key that uniquely identifies the Amazon S3 bucket.
Instance Attribute Details
#bucket_name ⇒ String
The name of the Amazon S3 bucket.
6852 6853 6854 6855 6856 6857 |
# File 'lib/aws-sdk-deadline/types.rb', line 6852 class S3Location < Struct.new( :bucket_name, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The Amazon S3 object key that uniquely identifies the Amazon S3 bucket.
6852 6853 6854 6855 6856 6857 |
# File 'lib/aws-sdk-deadline/types.rb', line 6852 class S3Location < Struct.new( :bucket_name, :key) SENSITIVE = [] include Aws::Structure end |