Class: Aws::Braket::Types::S3DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::S3DataSource
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Information about the Amazon S3 storage used by the Amazon Braket hybrid job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
Depending on the value specified for the
S3DataType
, identifies either a key name prefix or a manifest that locates the S3 data source.
Instance Attribute Details
#s3_uri ⇒ String
Depending on the value specified for the S3DataType
, identifies
either a key name prefix or a manifest that locates the S3 data
source.
1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1198 class S3DataSource < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |