Class: Aws::CleanRooms::Types::BatchGetCollaborationAnalysisTemplateInput

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_arnsArray<String>

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

Returns:

  • (Array<String>)


595
596
597
598
599
600
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 595

class BatchGetCollaborationAnalysisTemplateInput < Struct.new(
  :collaboration_identifier,
  :analysis_template_arns)
  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)


595
596
597
598
599
600
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 595

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