Class: Aws::CleanRooms::Types::ConfiguredTableAssociationAnalysisRule

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

Overview

An analysis rule for a configured table association. This analysis rule specifies how data from the table can be used within its associated collaboration. In the console, the ‘ConfiguredTableAssociationAnalysisRule` is referred to as the *collaboration analysis rule*.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_association_arnString

The Amazon Resource Name (ARN) of the configured table association.

Returns:

  • (String)


2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2112

class ConfiguredTableAssociationAnalysisRule < Struct.new(
  :membership_identifier,
  :configured_table_association_id,
  :configured_table_association_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#configured_table_association_idString

The unique identifier for the configured table association.

Returns:

  • (String)


2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2112

class ConfiguredTableAssociationAnalysisRule < Struct.new(
  :membership_identifier,
  :configured_table_association_id,
  :configured_table_association_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The creation time of the configured table association analysis rule.

Returns:

  • (Time)


2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2112

class ConfiguredTableAssociationAnalysisRule < Struct.new(
  :membership_identifier,
  :configured_table_association_id,
  :configured_table_association_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The membership identifier for the configured table association analysis rule.

Returns:

  • (String)


2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2112

class ConfiguredTableAssociationAnalysisRule < Struct.new(
  :membership_identifier,
  :configured_table_association_id,
  :configured_table_association_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#policyTypes::ConfiguredTableAssociationAnalysisRulePolicy

The policy of the configured table association analysis rule.



2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2112

class ConfiguredTableAssociationAnalysisRule < Struct.new(
  :membership_identifier,
  :configured_table_association_id,
  :configured_table_association_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the configured table association analysis rule.

Returns:

  • (String)


2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2112

class ConfiguredTableAssociationAnalysisRule < Struct.new(
  :membership_identifier,
  :configured_table_association_id,
  :configured_table_association_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The update time of the configured table association analysis rule.

Returns:

  • (Time)


2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2112

class ConfiguredTableAssociationAnalysisRule < Struct.new(
  :membership_identifier,
  :configured_table_association_id,
  :configured_table_association_arn,
  :policy,
  :type,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end