Class: Aws::CleanRooms::Types::AnalysisTemplateArtifactMetadata

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

Overview

The analysis template artifact metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_artifact_hashesArray<Types::Hash>

Additional artifact hashes for the analysis template.

Returns:



574
575
576
577
578
579
# File 'lib/aws-sdk-cleanrooms/types.rb', line 574

class  < Struct.new(
  :entry_point_hash,
  :additional_artifact_hashes)
  SENSITIVE = []
  include Aws::Structure
end

#entry_point_hashTypes::Hash

The hash of the entry point for the analysis template artifact metadata.

Returns:



574
575
576
577
578
579
# File 'lib/aws-sdk-cleanrooms/types.rb', line 574

class  < Struct.new(
  :entry_point_hash,
  :additional_artifact_hashes)
  SENSITIVE = []
  include Aws::Structure
end