Class: Aws::CleanRooms::Types::IntermediateTableSummary

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

Overview

Contains summary information about an intermediate table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule_typesArray<String>

The types of analysis rules associated with the intermediate table.

Returns:

  • (Array<String>)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the intermediate table.

Returns:

  • (String)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_arnString

The Amazon Resource Name (ARN) of the collaboration that contains the intermediate table.

Returns:

  • (String)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_idString

The unique identifier of the collaboration that contains the intermediate table.

Returns:

  • (String)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time the intermediate table was created.

Returns:

  • (Time)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the intermediate table.

Returns:

  • (String)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the intermediate table.

Returns:

  • (String)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#membership_arnString

The Amazon Resource Name (ARN) of the membership that contains the intermediate table.

Returns:

  • (String)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#membership_idString

The unique identifier of the membership that contains the intermediate table.

Returns:

  • (String)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the intermediate table.

Returns:

  • (String)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#retention_in_daysInteger

The number of days that populated data is retained before expiring.

Returns:

  • (Integer)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the intermediate table.

Returns:

  • (String)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time the intermediate table was last updated.

Returns:

  • (Time)


6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800

class IntermediateTableSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :membership_arn,
  :membership_id,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :retention_in_days,
  :analysis_rule_types)
  SENSITIVE = []
  include Aws::Structure
end