Class: Aws::CleanRooms::Types::AnalysisTemplateSummary

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

Overview

The metadata of the analysis template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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



818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 818

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

#collaboration_arnString

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



818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 818

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

#collaboration_idString

A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.



818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 818

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

#create_timeTime

The time that the analysis template summary was created.



818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 818

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

#descriptionString

The description of the analysis template.



818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 818

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

#idString

The identifier of the analysis template.



818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 818

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

#membership_arnString

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



818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 818

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

#membership_idString

The identifier for a membership resource.



818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 818

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

#nameString

The name of the analysis template.



818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 818

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

#update_timeTime

The time that the analysis template summary was last updated.



818
819
820
821
822
823
824
825
826
827
828
829
830
831
# File 'lib/aws-sdk-cleanrooms/types.rb', line 818

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