Class: Aws::CleanRooms::Types::AnalysisTemplateArtifact

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

Overview

The analysis template artifact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::S3Location

The artifact location.

Returns:



1008
1009
1010
1011
1012
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1008

class AnalysisTemplateArtifact < Struct.new(
  :location)
  SENSITIVE = []
  include Aws::Structure
end