Class: Aws::Panorama::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::S3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A location in Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
A bucket name.
-
#object_key ⇒ String
An object key.
-
#region ⇒ String
The bucket’s Region.
Instance Attribute Details
#bucket_name ⇒ String
A bucket name.
2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-panorama/types.rb', line 2663 class S3Location < Struct.new( :bucket_name, :object_key, :region) SENSITIVE = [] include Aws::Structure end |
#object_key ⇒ String
An object key.
2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-panorama/types.rb', line 2663 class S3Location < Struct.new( :bucket_name, :object_key, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The bucket’s Region.
2663 2664 2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-panorama/types.rb', line 2663 class S3Location < Struct.new( :bucket_name, :object_key, :region) SENSITIVE = [] include Aws::Structure end |