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)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 491

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)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 491

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)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 491

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)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 491

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)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 491

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)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 491

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)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 491

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)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 491

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)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 491

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)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 491

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