Class: Aws::CleanRooms::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::S3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The S3 location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The bucket name.
-
#key ⇒ String
The object key.
Instance Attribute Details
#bucket ⇒ String
The bucket name.
10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10611 class S3Location < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The object key.
10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10611 class S3Location < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |