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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


655
656
657
658
659
660
# File 'lib/aws-sdk-cleanrooms/types.rb', line 655

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)


655
656
657
658
659
660
# File 'lib/aws-sdk-cleanrooms/types.rb', line 655

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