Class: Aws::CleanRooms::Types::GetProtectedJobInput

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

#membership_identifierString

The identifier for a membership in a protected job instance.

Returns:

  • (String)


5013
5014
5015
5016
5017
5018
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5013

class GetProtectedJobInput < Struct.new(
  :membership_identifier,
  :protected_job_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#protected_job_identifierString

The identifier for the protected job instance.

Returns:

  • (String)


5013
5014
5015
5016
5017
5018
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5013

class GetProtectedJobInput < Struct.new(
  :membership_identifier,
  :protected_job_identifier)
  SENSITIVE = []
  include Aws::Structure
end