Class: Aws::CleanRooms::Types::UpdateMembershipInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateMembershipInput
- Defined in:
- gems/aws-sdk-cleanrooms/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.
9716 9717 9718 9719 9720 9721 9722 9723 9724 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9716 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.
9716 9717 9718 9719 9720 9721 9722 9723 9724 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9716 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.
9716 9717 9718 9719 9720 9721 9722 9723 9724 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9716 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.
9716 9717 9718 9719 9720 9721 9722 9723 9724 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9716 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.
9716 9717 9718 9719 9720 9721 9722 9723 9724 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9716 class UpdateMembershipInput < Struct.new( :membership_identifier, :query_log_status, :job_log_status, :default_result_configuration, :default_job_result_configuration) SENSITIVE = [] include Aws::Structure end |