Class: Aws::Types::StorageLocation
- Inherits:
-
Object
- Object
- Aws::Types::StorageLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binary_prefix_location ⇒ ::String
Returns the value of attribute binary_prefix_location.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#generated_prefix_location ⇒ ::String
Returns the value of attribute generated_prefix_location.
-
#manifest_prefix_location ⇒ ::String
Returns the value of attribute manifest_prefix_location.
-
#repo_prefix_location ⇒ ::String
Returns the value of attribute repo_prefix_location.
Instance Attribute Details
#binary_prefix_location ⇒ ::String
Returns the value of attribute binary_prefix_location.
817 818 819 |
# File 'sig/types.rbs', line 817 def binary_prefix_location @binary_prefix_location end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
818 819 820 |
# File 'sig/types.rbs', line 818 def bucket @bucket end |
#generated_prefix_location ⇒ ::String
Returns the value of attribute generated_prefix_location.
819 820 821 |
# File 'sig/types.rbs', line 819 def generated_prefix_location @generated_prefix_location end |
#manifest_prefix_location ⇒ ::String
Returns the value of attribute manifest_prefix_location.
820 821 822 |
# File 'sig/types.rbs', line 820 def manifest_prefix_location @manifest_prefix_location end |
#repo_prefix_location ⇒ ::String
Returns the value of attribute repo_prefix_location.
821 822 823 |
# File 'sig/types.rbs', line 821 def repo_prefix_location @repo_prefix_location end |