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)


4965
4966
4967
4968
4969
4970
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4965

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)


4965
4966
4967
4968
4969
4970
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4965

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