Class: Aws::Types::UploadUrl
- Inherits:
-
Object
- Object
- Aws::Types::UploadUrl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiry_date ⇒ ::String
Returns the value of attribute expiry_date.
-
#part_index ⇒ ::Integer
Returns the value of attribute part_index.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#expiry_date ⇒ ::String
Returns the value of attribute expiry_date.
522 523 524 |
# File 'sig/types.rbs', line 522 def expiry_date @expiry_date end |
#part_index ⇒ ::Integer
Returns the value of attribute part_index.
521 522 523 |
# File 'sig/types.rbs', line 521 def part_index @part_index end |
#url ⇒ ::String
Returns the value of attribute url.
520 521 522 |
# File 'sig/types.rbs', line 520 def url @url end |