Class: Aws::CleanRooms::Types::ProtectedQuerySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedQuerySummary
- Includes:
- Structure
- Defined in:
- 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.
-
#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.
-
#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.
6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6737 class ProtectedQuerySummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the protected query.
6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6737 class ProtectedQuerySummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations) SENSITIVE = [] include Aws::Structure end |
#membership_arn ⇒ String
The unique ARN for the membership that initiated the protected query.
6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6737 class ProtectedQuerySummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The unique ID for the membership that initiated the protected query.
6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6737 class ProtectedQuerySummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations) SENSITIVE = [] include Aws::Structure end |
#receiver_configurations ⇒ Array<Types::ReceiverConfiguration>
The receiver configuration.
6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6737 class ProtectedQuerySummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the protected query.
6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6737 class ProtectedQuerySummary < Struct.new( :id, :membership_id, :membership_arn, :create_time, :status, :receiver_configurations) SENSITIVE = [] include Aws::Structure end |