Class: Aws::Types::CreatePresignedNotebookUrlResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePresignedNotebookUrlResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
-
#auth_token_expiration_time ⇒ ::Integer
Returns the value of attribute auth_token_expiration_time.
-
#notebook_url ⇒ ::String
Returns the value of attribute notebook_url.
Instance Attribute Details
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
240 241 242 |
# File 'sig/types.rbs', line 240 def auth_token @auth_token end |
#auth_token_expiration_time ⇒ ::Integer
Returns the value of attribute auth_token_expiration_time.
241 242 243 |
# File 'sig/types.rbs', line 241 def auth_token_expiration_time @auth_token_expiration_time end |
#notebook_url ⇒ ::String
Returns the value of attribute notebook_url.
239 240 241 |
# File 'sig/types.rbs', line 239 def notebook_url @notebook_url end |