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:



1850
1851
1852
1853
1854
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1850

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