Class: Aws::Types::CreatePresignedMlflowTrackingServerUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePresignedMlflowTrackingServerUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expires_in_seconds ⇒ ::Integer
Returns the value of attribute expires_in_seconds.
-
#session_expiration_duration_in_seconds ⇒ ::Integer
Returns the value of attribute session_expiration_duration_in_seconds.
-
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
Instance Attribute Details
#expires_in_seconds ⇒ ::Integer
Returns the value of attribute expires_in_seconds.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def expires_in_seconds @expires_in_seconds end |
#session_expiration_duration_in_seconds ⇒ ::Integer
Returns the value of attribute session_expiration_duration_in_seconds.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def session_expiration_duration_in_seconds @session_expiration_duration_in_seconds end |
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
2777 2778 2779 |
# File 'sig/types.rbs', line 2777 def tracking_server_name @tracking_server_name end |