Class: Aws::CleanRooms::Types::UpdateProtectedQueryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateProtectedQueryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_identifier ⇒ String
The identifier for a member of a protected query instance.
-
#protected_query_identifier ⇒ String
The identifier for a protected query instance.
-
#target_status ⇒ String
The target status of a query.
Instance Attribute Details
#membership_identifier ⇒ String
The identifier for a member of a protected query instance.
7703 7704 7705 7706 7707 7708 7709 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7703 class UpdateProtectedQueryInput < Struct.new( :membership_identifier, :protected_query_identifier, :target_status) SENSITIVE = [] include Aws::Structure end |
#protected_query_identifier ⇒ String
The identifier for a protected query instance.
7703 7704 7705 7706 7707 7708 7709 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7703 class UpdateProtectedQueryInput < Struct.new( :membership_identifier, :protected_query_identifier, :target_status) SENSITIVE = [] include Aws::Structure end |
#target_status ⇒ String
The target status of a query. Used to update the execution status of a currently running query.
7703 7704 7705 7706 7707 7708 7709 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7703 class UpdateProtectedQueryInput < Struct.new( :membership_identifier, :protected_query_identifier, :target_status) SENSITIVE = [] include Aws::Structure end |