Class: Aws::Panorama::Types::StorageLocation

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

Overview

A storage location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#binary_prefix_locationString

The location's binary prefix.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2786

class StorageLocation < Struct.new(
  :binary_prefix_location,
  :bucket,
  :generated_prefix_location,
  :manifest_prefix_location,
  :repo_prefix_location)
  SENSITIVE = []
  include Aws::Structure
end

#bucketString

The location's bucket.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2786

class StorageLocation < Struct.new(
  :binary_prefix_location,
  :bucket,
  :generated_prefix_location,
  :manifest_prefix_location,
  :repo_prefix_location)
  SENSITIVE = []
  include Aws::Structure
end

#generated_prefix_locationString

The location's generated prefix.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2786

class StorageLocation < Struct.new(
  :binary_prefix_location,
  :bucket,
  :generated_prefix_location,
  :manifest_prefix_location,
  :repo_prefix_location)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_prefix_locationString

The location's manifest prefix.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2786

class StorageLocation < Struct.new(
  :binary_prefix_location,
  :bucket,
  :generated_prefix_location,
  :manifest_prefix_location,
  :repo_prefix_location)
  SENSITIVE = []
  include Aws::Structure
end

#repo_prefix_locationString

The location's repo prefix.

Returns:

  • (String)


2786
2787
2788
2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2786

class StorageLocation < Struct.new(
  :binary_prefix_location,
  :bucket,
  :generated_prefix_location,
  :manifest_prefix_location,
  :repo_prefix_location)
  SENSITIVE = []
  include Aws::Structure
end