Class: Aws::CleanRoomsML::Types::Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::Destination
- 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
-
#s3_destination ⇒ Types::S3ConfigMap
Provides information about an Amazon S3 bucket and path.
Instance Attribute Details
#s3_destination ⇒ Types::S3ConfigMap
Provides information about an Amazon S3 bucket and path.
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 |