Class: Aws::CleanRooms::Types::StartProtectedJobOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protected_jobTypes::ProtectedJob

The protected job.

Returns:



9351
9352
9353
9354
9355
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9351

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