Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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.

Returns:

  • (String)

551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 551

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.

Returns:

  • (String)

551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 551

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.

Returns:

  • (String)

551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 551

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.

Returns:

  • (Time)

551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 551

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.

Returns:

  • (String)

551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 551

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.

Returns:

  • (String)

551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 551

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.

Returns:

  • (String)

551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 551

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.

Returns:

  • (String)

551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 551

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.

Returns:

  • (String)

551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 551

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.

Returns:

  • (Time)

551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 551

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