Class: Aws::CleanRooms::Types::GetCollaborationAnalysisTemplateInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_template_arnString

The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2868

class GetCollaborationAnalysisTemplateInput < Struct.new(
  :collaboration_identifier,
  :analysis_template_arn)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_identifierString

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

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2868

class GetCollaborationAnalysisTemplateInput < Struct.new(
  :collaboration_identifier,
  :analysis_template_arn)
  SENSITIVE = []
  include Aws::Structure
end