Class: Aws::Types::GetUploadJobPathResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUploadJobPathResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#valid_until ⇒ ::Time
Returns the value of attribute valid_until.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def client_token @client_token end |
#url ⇒ ::String
Returns the value of attribute url.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def url @url end |
#valid_until ⇒ ::Time
Returns the value of attribute valid_until.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def valid_until @valid_until end |