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.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def comment @comment end |
#upload_end ⇒ ::Time
Returns the value of attribute upload_end.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def upload_end @upload_end end |
#upload_size ⇒ ::Float
Returns the value of attribute upload_size.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def upload_size @upload_size end |
#upload_start ⇒ ::Time
Returns the value of attribute upload_start.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def upload_start @upload_start end |