Class: Aws::Deadline::Types::JobDetailsJobAttachmentSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

The job attachment settings returned to workers for a job. These are the Amazon S3 bucket name and the Amazon S3 prefix.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#root_prefixString

The root prefix.

Returns:

  • (String)


6811
6812
6813
6814
6815
6816
# File 'lib/aws-sdk-deadline/types.rb', line 6811

class JobDetailsJobAttachmentSettings < Struct.new(
  :s3_bucket_name,
  :root_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_nameString

The Amazon S3 bucket name.

Returns:

  • (String)


6811
6812
6813
6814
6815
6816
# File 'lib/aws-sdk-deadline/types.rb', line 6811

class JobDetailsJobAttachmentSettings < Struct.new(
  :s3_bucket_name,
  :root_prefix)
  SENSITIVE = []
  include Aws::Structure
end