Class: Aws::CleanRooms::Types::ProtectedJobS3Output
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobS3Output
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Contains output information for protected jobs with an S3 output type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
The S3 location for the protected job output.
Instance Attribute Details
#location ⇒ String
The S3 location for the protected job output.
10031 10032 10033 10034 10035 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10031 class ProtectedJobS3Output < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |