Class: Aws::Panorama::Types::OutPutS3Location

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

The location of an output object in Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The object's bucket.

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2285

class OutPutS3Location < Struct.new(
  :bucket_name,
  :object_key)
  SENSITIVE = []
  include Aws::Structure
end

#object_keyString

The object's key.

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2285

class OutPutS3Location < Struct.new(
  :bucket_name,
  :object_key)
  SENSITIVE = []
  include Aws::Structure
end