Class: Aws::Panorama::Types::S3Location

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

Overview

A location in Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

A bucket name.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
2669
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2663

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

#object_keyString

An object key.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
2669
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2663

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

#regionString

The bucket's Region.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
2669
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2663

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