Class: Aws::DataZone::Types::S3Destination

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

Overview

The Amazon Simple Storage Service destination for a notebook export in Amazon SageMaker Unified Studio.

Constant Summary collapse

SENSITIVE =
[:uri]

Instance Attribute Summary collapse

Instance Attribute Details

#uriString

The Amazon Simple Storage Service URI of the exported notebook.

Returns:

  • (String)


20024
20025
20026
20027
20028
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20024

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