Class: Aws::CleanRoomsML::Types::S3ConfigMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::S3ConfigMap
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Provides information about an Amazon S3 bucket and path.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The Amazon S3 location URI.
Instance Attribute Details
#s3_uri ⇒ String
The Amazon S3 location URI.
4480 4481 4482 4483 4484 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4480 class S3ConfigMap < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |