Class: Aws::CleanRooms::Types::ProtectedJobS3OutputConfigurationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

The output configuration for a protected job's S3 output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The S3 bucket for job output.

Returns:

  • (String)


7421
7422
7423
7424
7425
7426
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7421

class ProtectedJobS3OutputConfigurationOutput < Struct.new(
  :bucket,
  :key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#key_prefixString

The S3 prefix to unload the protected job results.

Returns:

  • (String)


7421
7422
7423
7424
7425
7426
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7421

class ProtectedJobS3OutputConfigurationOutput < Struct.new(
  :bucket,
  :key_prefix)
  SENSITIVE = []
  include Aws::Structure
end