Class: Aws::Types::PutObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::IO
Returns the value of attribute body.
-
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#storage_class ⇒ "TEMPORAL"
Returns the value of attribute storage_class.
-
#upload_availability ⇒ "STANDARD", "STREAMING"
Returns the value of attribute upload_availability.
Instance Attribute Details
#body ⇒ ::IO
Returns the value of attribute body.
90 91 92 |
# File 'sig/types.rbs', line 90 def body @body end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
93 94 95 |
# File 'sig/types.rbs', line 93 def cache_control @cache_control end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
92 93 94 |
# File 'sig/types.rbs', line 92 def content_type @content_type end |
#path ⇒ ::String
Returns the value of attribute path.
91 92 93 |
# File 'sig/types.rbs', line 91 def path @path end |
#storage_class ⇒ "TEMPORAL"
Returns the value of attribute storage_class.
94 95 96 |
# File 'sig/types.rbs', line 94 def storage_class @storage_class end |
#upload_availability ⇒ "STANDARD", "STREAMING"
Returns the value of attribute upload_availability.
95 96 97 |
# File 'sig/types.rbs', line 95 def upload_availability @upload_availability end |