Class: Aws::Deadline::Types::JobAttachmentSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::JobAttachmentSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The job attachment settings. These are the Amazon S3 bucket name and the Amazon S3 prefix.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#root_prefix ⇒ String
The root prefix.
-
#s3_bucket_name ⇒ String
The Amazon S3 bucket name.
Instance Attribute Details
#root_prefix ⇒ String
The root prefix.
4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-deadline/types.rb', line 4311 class JobAttachmentSettings < Struct.new( :s3_bucket_name, :root_prefix) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_name ⇒ String
The Amazon S3 bucket name.
4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-deadline/types.rb', line 4311 class JobAttachmentSettings < Struct.new( :s3_bucket_name, :root_prefix) SENSITIVE = [] include Aws::Structure end |