Class: Aws::Types::UpdateUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#edit_content ⇒ Boolean
Returns the value of attribute edit_content.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def arn @arn end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def content_type @content_type end |
#edit_content ⇒ Boolean
Returns the value of attribute edit_content.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def edit_content @edit_content end |
#name ⇒ ::String
Returns the value of attribute name.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def name @name end |