Class: Aws::Types::ClientData
- Inherits:
-
Object
- Object
- Aws::Types::ClientData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#upload_end ⇒ ::Time
Returns the value of attribute upload_end.
-
#upload_size ⇒ ::Float
Returns the value of attribute upload_size.
-
#upload_start ⇒ ::Time
Returns the value of attribute upload_start.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def comment @comment end |
#upload_end ⇒ ::Time
Returns the value of attribute upload_end.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def upload_end @upload_end end |
#upload_size ⇒ ::Float
Returns the value of attribute upload_size.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def upload_size @upload_size end |
#upload_start ⇒ ::Time
Returns the value of attribute upload_start.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def upload_start @upload_start end |