Class: Aws::CleanRooms::Types::AnalysisRule

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

Overview

A specification about how data from the configured table can be used in a query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_idString

The unique ID for the associated collaboration.

Returns:

  • (String)


141
142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141

class AnalysisRule < Struct.new(
  :collaboration_id,
  :type,
  :name,
  :create_time,
  :update_time,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time the analysis rule was created.

Returns:

  • (Time)


141
142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141

class AnalysisRule < Struct.new(
  :collaboration_id,
  :type,
  :name,
  :create_time,
  :update_time,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the analysis rule.

Returns:

  • (String)


141
142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141

class AnalysisRule < Struct.new(
  :collaboration_id,
  :type,
  :name,
  :create_time,
  :update_time,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#policyTypes::AnalysisRulePolicy

A policy that describes the associated data usage limitations.



141
142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141

class AnalysisRule < Struct.new(
  :collaboration_id,
  :type,
  :name,
  :create_time,
  :update_time,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of analysis rule.

Returns:

  • (String)


141
142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141

class AnalysisRule < Struct.new(
  :collaboration_id,
  :type,
  :name,
  :create_time,
  :update_time,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time the analysis rule was last updated.

Returns:

  • (Time)


141
142
143
144
145
146
147
148
149
150
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 141

class AnalysisRule < Struct.new(
  :collaboration_id,
  :type,
  :name,
  :create_time,
  :update_time,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end