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)


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

#idString

The unique ID of the protected query.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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_configurationsArray<Types::ReceiverConfiguration>

The receiver configuration.

Returns:



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

#statusString

The status of the protected query.

Returns:

  • (String)


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