Class: Aws::CleanRooms::Types::ProtectedJobParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The parameters for the protected job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_template_arn ⇒ String
The ARN of the analysis template.
Instance Attribute Details
#analysis_template_arn ⇒ String
The ARN of the analysis template.
7935 7936 7937 7938 7939 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7935 class ProtectedJobParameters < Struct.new( :analysis_template_arn) SENSITIVE = [] include Aws::Structure end |