Class: Aws::CleanRoomsML::Types::Destination

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

Overview

The Amazon S3 location where the exported model artifacts are stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destinationTypes::S3ConfigMap

Provides information about an Amazon S3 bucket and path.

Returns:



2061
2062
2063
2064
2065
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2061

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