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.
10055 10056 10057 10058 10059 10060 10061 10062 10063 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10055 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.
10055 10056 10057 10058 10059 10060 10061 10062 10063 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10055 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.
10055 10056 10057 10058 10059 10060 10061 10062 10063 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10055 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.
10055 10056 10057 10058 10059 10060 10061 10062 10063 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10055 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.
10055 10056 10057 10058 10059 10060 10061 10062 10063 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10055 class UpdateMembershipInput < Struct.new( :membership_identifier, :query_log_status, :job_log_status, :default_result_configuration, :default_job_result_configuration) SENSITIVE = [] include Aws::Structure end |