Class: Aws::CleanRooms::Types::ProtectedJobSummary

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

Overview

The protected job summary for the objects listed by the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The time the protected job was created.

Returns:

  • (Time)


8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8352

class ProtectedJobSummary < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :status,
  :receiver_configurations,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the protected job.

Returns:

  • (String)


8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8352

class ProtectedJobSummary < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :status,
  :receiver_configurations,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_compute_payer_account_idString

The account ID of the member that pays for the job compute costs.

Returns:

  • (String)


8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8352

class ProtectedJobSummary < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :status,
  :receiver_configurations,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#membership_arnString

The unique ARN for the membership that initiated the protected job.

Returns:

  • (String)


8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8352

class ProtectedJobSummary < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :status,
  :receiver_configurations,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#membership_idString

The unique ID for the membership that initiated the protected job.

Returns:

  • (String)


8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8352

class ProtectedJobSummary < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :status,
  :receiver_configurations,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#receiver_configurationsArray<Types::ProtectedJobReceiverConfiguration>

The receiver configurations for the protected job.



8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8352

class ProtectedJobSummary < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :status,
  :receiver_configurations,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the protected job.

Returns:

  • (String)


8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8352

class ProtectedJobSummary < Struct.new(
  :id,
  :membership_id,
  :membership_arn,
  :create_time,
  :status,
  :receiver_configurations,
  :job_compute_payer_account_id)
  SENSITIVE = []
  include Aws::Structure
end