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

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



935
936
937
938
939
# File 'lib/aws-sdk-cleanrooms/types.rb', line 935

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