Class: Aws::CleanRooms::Types::GetProtectedJobOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protected_jobTypes::ProtectedJob

The protected job metadata.

Returns:



5111
5112
5113
5114
5115
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5111

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