Class: Aws::CleanRooms::Types::GetProtectedQueryInput

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 membership in a protected query instance.

Returns:

  • (String)


3157
3158
3159
3160
3161
3162
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3157

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

#protected_query_identifierString

The identifier for a protected query instance.

Returns:

  • (String)


3157
3158
3159
3160
3161
3162
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3157

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