Class: Aws::Types::AddObjectInput
- Inherits:
-
Object
- Object
- Aws::Types::AddObjectInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
30 31 32 |
# File 'sig/types.rbs', line 30 def etag @etag end |
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
32 33 34 |
# File 'sig/types.rbs', line 32 def partition_values @partition_values end |
#size ⇒ ::Integer
Returns the value of attribute size.
31 32 33 |
# File 'sig/types.rbs', line 31 def size @size end |
#uri ⇒ ::String
Returns the value of attribute uri.
29 30 31 |
# File 'sig/types.rbs', line 29 def uri @uri end |