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_job_result_configuration ⇒ Types::MembershipProtectedJobResultConfiguration
The default job result configuration.
-
#default_result_configuration ⇒ Types::MembershipProtectedQueryResultConfiguration
The default protected query result configuration as specified by the member who can receive results.
-
#job_log_status ⇒ String
An indicator as to whether job logging has been enabled or disabled for the collaboration.
-
#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_job_result_configuration ⇒ Types::MembershipProtectedJobResultConfiguration
The default job result configuration.
10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10040 class UpdateMembershipInput < Struct.new( :membership_identifier, :query_log_status, :job_log_status, :default_result_configuration, :default_job_result_configuration) SENSITIVE = [] include Aws::Structure end |
#default_result_configuration ⇒ Types::MembershipProtectedQueryResultConfiguration
The default protected query result configuration as specified by the member who can receive results.
10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10040 class UpdateMembershipInput < Struct.new( :membership_identifier, :query_log_status, :job_log_status, :default_result_configuration, :default_job_result_configuration) SENSITIVE = [] include Aws::Structure end |
#job_log_status ⇒ String
An indicator as to whether job logging has been enabled or disabled for the collaboration.
When ENABLED, Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is DISABLED.
10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10040 class UpdateMembershipInput < Struct.new( :membership_identifier, :query_log_status, :job_log_status, :default_result_configuration, :default_job_result_configuration) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The unique identifier of the membership.
10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10040 class UpdateMembershipInput < Struct.new( :membership_identifier, :query_log_status, :job_log_status, :default_result_configuration, :default_job_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.
When ENABLED, Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is DISABLED.
10040 10041 10042 10043 10044 10045 10046 10047 10048 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10040 class UpdateMembershipInput < Struct.new( :membership_identifier, :query_log_status, :job_log_status, :default_result_configuration, :default_job_result_configuration) SENSITIVE = [] include Aws::Structure end |