Class: Aws::Types::GetObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path ⇒ ::String
Returns the value of attribute path.
-
#range ⇒ ::String
Returns the value of attribute range.
Instance Attribute Details
#path ⇒ ::String
Returns the value of attribute path.
39 40 41 |
# File 'sig/types.rbs', line 39 def path @path end |
#range ⇒ ::String
Returns the value of attribute range.
40 41 42 |
# File 'sig/types.rbs', line 40 def range @range end |