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)


4971
4972
4973
4974
4975
4976
4977
4978
4979
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4971

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

#idString

The unique ID of the protected query.

Returns:

  • (String)


4971
4972
4973
4974
4975
4976
4977
4978
4979
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4971

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

#membership_arnString

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

Returns:

  • (String)


4971
4972
4973
4974
4975
4976
4977
4978
4979
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4971

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

#membership_idString

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

Returns:

  • (String)


4971
4972
4973
4974
4975
4976
4977
4978
4979
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4971

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

#statusString

The status of the protected query. Value values are SUBMITTED, STARTED, CANCELLED, CANCELLING, FAILED, SUCCESS, TIMED\_OUT.

Returns:

  • (String)


4971
4972
4973
4974
4975
4976
4977
4978
4979
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4971

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