Class: Aws::CleanRooms::Types::UpdateMembershipInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateMembershipInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_result_configuration ⇒ Types::MembershipProtectedQueryResultConfiguration
The default protected query result configuration as specified by the member who can receive results.
-
#membership_identifier ⇒ String
The unique identifier of the membership.
-
#query_log_status ⇒ String
An indicator as to whether query logging has been enabled or disabled for the membership.
Instance Attribute Details
#default_result_configuration ⇒ Types::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_identifier ⇒ String
The unique identifier of the membership.
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_status ⇒ String
An indicator as to whether query logging has been enabled or disabled for the membership.
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 |