Class: Aws::CleanRooms::Types::ProtectedJobParameters

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

Overview

The parameters for the protected job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_template_arnString

The ARN of the analysis template.

Returns:

  • (String)


7659
7660
7661
7662
7663
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7659

class ProtectedJobParameters < Struct.new(
  :analysis_template_arn)
  SENSITIVE = []
  include Aws::Structure
end