Class: Aws::CleanRooms::Types::ProtectedQuerySummary

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

Overview

The protected query 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 query was created.

Returns:

  • (Time)


10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10194

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

#idString

The unique ID of the protected query.

Returns:

  • (String)


10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10194

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

#intermediate_table_configurationTypes::IntermediateTableOutputConfiguration

The intermediate table configuration, present when the protected query was triggered by a populate operation.



10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10194

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

#membership_arnString

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

Returns:

  • (String)


10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10194

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

#membership_idString

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

Returns:

  • (String)


10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10194

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

#query_compute_payer_account_idString

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

Returns:

  • (String)


10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10194

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

#receiver_configurationsArray<Types::ReceiverConfiguration>

The receiver configuration.

Returns:



10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10194

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

#statusString

The status of the protected query.

Returns:

  • (String)


10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10194

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