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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#create_timeTime

The time the protected query was created.

Returns:

  • (Time)


8578
8579
8580
8581
8582
8583
8584
8585
8586
8587
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8578

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

#idString

The unique ID of the protected query.

Returns:

  • (String)


8578
8579
8580
8581
8582
8583
8584
8585
8586
8587
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8578

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

#membership_arnString

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

Returns:

  • (String)


8578
8579
8580
8581
8582
8583
8584
8585
8586
8587
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8578

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

#membership_idString

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

Returns:

  • (String)


8578
8579
8580
8581
8582
8583
8584
8585
8586
8587
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8578

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

#receiver_configurationsArray<Types::ReceiverConfiguration>

The receiver configuration.

Returns:



8578
8579
8580
8581
8582
8583
8584
8585
8586
8587
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8578

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

#statusString

The status of the protected query.

Returns:

  • (String)


8578
8579
8580
8581
8582
8583
8584
8585
8586
8587
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8578

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