Class: Aws::CleanRooms::Types::ProtectedQuerySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedQuerySummary
- 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
-
#create_time ⇒ Time
The time the protected query was created.
-
#id ⇒ String
The unique ID of the protected query.
-
#intermediate_table_configuration ⇒ Types::IntermediateTableOutputConfiguration
The intermediate table configuration, present when the protected query was triggered by a populate operation.
-
#membership_arn ⇒ String
The unique ARN for the membership that initiated the protected query.
-
#membership_id ⇒ String
The unique ID for the membership that initiated the protected query.
-
#query_compute_payer_account_id ⇒ String
The account ID of the member that pays for the query compute costs.
-
#receiver_configurations ⇒ Array<Types::ReceiverConfiguration>
The receiver configuration.
-
#status ⇒ String
The status of the protected query.
Instance Attribute Details
#create_time ⇒ Time
The time the protected query was created.
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 |
#id ⇒ String
The unique ID of the protected query.
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_configuration ⇒ Types::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_arn ⇒ String
The unique ARN for the membership that initiated the protected query.
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_id ⇒ String
The unique ID for the membership that initiated the protected query.
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_id ⇒ String
The account ID of the member that pays for the query compute costs.
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_configurations ⇒ Array<Types::ReceiverConfiguration>
The receiver configuration.
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 |
#status ⇒ String
The status of the protected query.
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 |