Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::CleanRooms::Types::UpdateProtectedQueryInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membership_identifierString

The identifier for a member of a protected query instance.

Returns:

  • (String)

9089
9090
9091
9092
9093
9094
9095
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9089

class UpdateProtectedQueryInput < Struct.new(
  :membership_identifier,
  :protected_query_identifier,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end

#protected_query_identifierString

The identifier for a protected query instance.

Returns:

  • (String)

9089
9090
9091
9092
9093
9094
9095
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9089

class UpdateProtectedQueryInput < Struct.new(
  :membership_identifier,
  :protected_query_identifier,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end

#target_statusString

The target status of a query. Used to update the execution status of a currently running query.

Returns:

  • (String)

9089
9090
9091
9092
9093
9094
9095
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9089

class UpdateProtectedQueryInput < Struct.new(
  :membership_identifier,
  :protected_query_identifier,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end