Class: Aws::CleanRooms::Types::UpdateMembershipInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_result_configurationTypes::MembershipProtectedQueryResultConfiguration

The default protected query result configuration as specified by the member who can receive results.



7625
7626
7627
7628
7629
7630
7631
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7625

class UpdateMembershipInput < Struct.new(
  :membership_identifier,
  :query_log_status,
  :default_result_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The unique identifier of the membership.

Returns:

  • (String)


7625
7626
7627
7628
7629
7630
7631
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7625

class UpdateMembershipInput < Struct.new(
  :membership_identifier,
  :query_log_status,
  :default_result_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#query_log_statusString

An indicator as to whether query logging has been enabled or disabled for the membership.

Returns:

  • (String)


7625
7626
7627
7628
7629
7630
7631
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7625

class UpdateMembershipInput < Struct.new(
  :membership_identifier,
  :query_log_status,
  :default_result_configuration)
  SENSITIVE = []
  include Aws::Structure
end