Class: Aws::Deadline::Types::JobAttachmentSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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

Instance Attribute Details

#root_prefixString

The root prefix.

Returns:

  • (String)


4132
4133
4134
4135
4136
4137
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4132

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

#s3_bucket_nameString

The Amazon S3 bucket name.

Returns:

  • (String)


4132
4133
4134
4135
4136
4137
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4132

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