Class: Aws::CleanRooms::Types::CollaborationAnalysisTemplateSummary

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

Overview

The metadata of the analysis template within a collaboration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the analysis template.

Returns:

  • (String)


954
955
956
957
958
959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 954

class CollaborationAnalysisTemplateSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_arnString

The unique ARN for the analysis template’s associated collaboration.

Returns:

  • (String)


954
955
956
957
958
959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 954

class CollaborationAnalysisTemplateSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_idString

A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

Returns:

  • (String)


954
955
956
957
958
959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 954

class CollaborationAnalysisTemplateSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time that the summary of the analysis template in a collaboration was created.

Returns:

  • (Time)


954
955
956
957
958
959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 954

class CollaborationAnalysisTemplateSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#creator_account_idString

The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.

Returns:

  • (String)


954
955
956
957
958
959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 954

class CollaborationAnalysisTemplateSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the analysis template.

Returns:

  • (String)


954
955
956
957
958
959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 954

class CollaborationAnalysisTemplateSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the analysis template.

Returns:

  • (String)


954
955
956
957
958
959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 954

class CollaborationAnalysisTemplateSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the analysis template.

Returns:

  • (String)


954
955
956
957
958
959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 954

class CollaborationAnalysisTemplateSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time that the summary of the analysis template in the collaboration was last updated.

Returns:

  • (Time)


954
955
956
957
958
959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 954

class CollaborationAnalysisTemplateSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end