Class: Aws::Types::ManifestFileLocation
- Inherits:
-
Object
- Object
- Aws::Types::ManifestFileLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
8067 8068 8069 |
# File 'sig/types.rbs', line 8067 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
8068 8069 8070 |
# File 'sig/types.rbs', line 8068 def key @key end |