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:



2025
2026
2027
2028
2029
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2025

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