Class: Aws::Panorama::Types::StorageLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::StorageLocation
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
A storage location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#binary_prefix_location ⇒ String
The location's binary prefix.
-
#bucket ⇒ String
The location's bucket.
-
#generated_prefix_location ⇒ String
The location's generated prefix.
-
#manifest_prefix_location ⇒ String
The location's manifest prefix.
-
#repo_prefix_location ⇒ String
The location's repo prefix.
Instance Attribute Details
#binary_prefix_location ⇒ String
The location's binary prefix.
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 |
#bucket ⇒ String
The location's bucket.
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_location ⇒ String
The location's generated prefix.
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_location ⇒ String
The location's manifest prefix.
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_location ⇒ String
The location's repo prefix.
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 |