Class: Aws::Types::S3Location
- Inherits:
-
Object
- Object
- Aws::Types::S3Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bundle_type ⇒ "tar", ...
Returns the value of attribute bundle_type.
-
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def bucket @bucket end |
#bundle_type ⇒ "tar", ...
Returns the value of attribute bundle_type.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def bundle_type @bundle_type end |
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def e_tag @e_tag end |
#key ⇒ ::String
Returns the value of attribute key.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def key @key end |
#version ⇒ ::String
Returns the value of attribute version.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def version @version end |