Class: Aws::Panorama::Types::OutPutS3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::OutPutS3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
The location of an output object in Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The object’s bucket.
-
#object_key ⇒ String
The object’s key.
Instance Attribute Details
#bucket_name ⇒ String
The object’s bucket.
2285 2286 2287 2288 2289 2290 |
# File 'lib/aws-sdk-panorama/types.rb', line 2285 class OutPutS3Location < Struct.new( :bucket_name, :object_key) SENSITIVE = [] include Aws::Structure end |
#object_key ⇒ String
The object’s key.
2285 2286 2287 2288 2289 2290 |
# File 'lib/aws-sdk-panorama/types.rb', line 2285 class OutPutS3Location < Struct.new( :bucket_name, :object_key) SENSITIVE = [] include Aws::Structure end |